From a351386271ed0943a11bb6bd25c2a8d513130191 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 2 Oct 2021 12:04:58 +0200 Subject: vidhar: known host by ip --- system-profiles/openssh/known-hosts/vidhar.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system-profiles/openssh/known-hosts/vidhar.nix') diff --git a/system-profiles/openssh/known-hosts/vidhar.nix b/system-profiles/openssh/known-hosts/vidhar.nix index 94abeab7..241b3b5d 100644 --- a/system-profiles/openssh/known-hosts/vidhar.nix +++ b/system-profiles/openssh/known-hosts/vidhar.nix @@ -1,5 +1,5 @@ let - hostNames = ["vidhar.asgard.yggdrasil"]; + hostNames = ["192.168.2.168" "vidhar.asgard.yggdrasil"]; in { rsa = { inherit hostNames; -- cgit v1.2.3