summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-02-06 21:52:31 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-02-06 21:52:31 +0100
commit787333568c2af3f6ff0dee3d6c928f3be5455ddc (patch)
tree28e76de339dc546630994f01f2e2b9eeae61ec7a
parent99f6f65b9f915447e7c8a29889d1744dd8d9052d (diff)
downloadnixos-787333568c2af3f6ff0dee3d6c928f3be5455ddc.tar
nixos-787333568c2af3f6ff0dee3d6c928f3be5455ddc.tar.gz
nixos-787333568c2af3f6ff0dee3d6c928f3be5455ddc.tar.bz2
nixos-787333568c2af3f6ff0dee3d6c928f3be5455ddc.tar.xz
nixos-787333568c2af3f6ff0dee3d6c928f3be5455ddc.zip
...
-rw-r--r--system-profiles/openssh/known-hosts/vidhar.nix2
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 @@
1let 1let
2 hostNames = ["192.168.2.168" "vidhar.yggdrasil"]; 2 hostNames = ["192.168.2.168" "vidhar.yggdrasil" "vidhar.yggdrasil.li"];
3in { 3in {
4 rsa = { 4 rsa = {
5 inherit hostNames; 5 inherit hostNames;