diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-02-06 21:52:31 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-02-06 21:52:31 +0100 |
commit | 787333568c2af3f6ff0dee3d6c928f3be5455ddc (patch) | |
tree | 28e76de339dc546630994f01f2e2b9eeae61ec7a /system-profiles/openssh/known-hosts/vidhar.nix | |
parent | 99f6f65b9f915447e7c8a29889d1744dd8d9052d (diff) | |
download | nixos-787333568c2af3f6ff0dee3d6c928f3be5455ddc.tar nixos-787333568c2af3f6ff0dee3d6c928f3be5455ddc.tar.gz nixos-787333568c2af3f6ff0dee3d6c928f3be5455ddc.tar.bz2 nixos-787333568c2af3f6ff0dee3d6c928f3be5455ddc.tar.xz nixos-787333568c2af3f6ff0dee3d6c928f3be5455ddc.zip |
...
Diffstat (limited to 'system-profiles/openssh/known-hosts/vidhar.nix')
-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 4974ca45..0e4b784e 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 = ["192.168.2.168" "vidhar.yggdrasil"]; | 2 | hostNames = ["192.168.2.168" "vidhar.yggdrasil" "vidhar.yggdrasil.li"]; |
3 | in { | 3 | in { |
4 | rsa = { | 4 | rsa = { |
5 | inherit hostNames; | 5 | inherit hostNames; |