diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-10-02 12:04:58 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-10-02 12:04:58 +0200 |
commit | a351386271ed0943a11bb6bd25c2a8d513130191 (patch) | |
tree | d1e6acb695c1e8f9137f4ae95fdeb1b3e1d17768 | |
parent | 5c9ddf3c5da23171bc218c27b49b7226bcd1ee10 (diff) | |
download | nixos-a351386271ed0943a11bb6bd25c2a8d513130191.tar nixos-a351386271ed0943a11bb6bd25c2a8d513130191.tar.gz nixos-a351386271ed0943a11bb6bd25c2a8d513130191.tar.bz2 nixos-a351386271ed0943a11bb6bd25c2a8d513130191.tar.xz nixos-a351386271ed0943a11bb6bd25c2a8d513130191.zip |
vidhar: known host by ip
-rw-r--r-- | system-profiles/openssh/known-hosts/vidhar.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
1 | let | 1 | let |
2 | hostNames = ["vidhar.asgard.yggdrasil"]; | 2 | hostNames = ["192.168.2.168" "vidhar.asgard.yggdrasil"]; |
3 | in { | 3 | in { |
4 | rsa = { | 4 | rsa = { |
5 | inherit hostNames; | 5 | inherit hostNames; |