summaryrefslogtreecommitdiff
path: root/system-profiles
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-10-09 11:34:55 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2021-10-09 11:34:55 +0200
commit41a179836fd540694b673381030a74945f17f4bb (patch)
tree0914162863109170247fe662cd5bd3281717a79a /system-profiles
parent8bf9f82d92c5ebdf02d8ef30a7a11ee3b889828a (diff)
downloadnixos-41a179836fd540694b673381030a74945f17f4bb.tar
nixos-41a179836fd540694b673381030a74945f17f4bb.tar.gz
nixos-41a179836fd540694b673381030a74945f17f4bb.tar.bz2
nixos-41a179836fd540694b673381030a74945f17f4bb.tar.xz
nixos-41a179836fd540694b673381030a74945f17f4bb.zip
...
Diffstat (limited to 'system-profiles')
-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 241b3b5d..4974ca45 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.asgard.yggdrasil"]; 2 hostNames = ["192.168.2.168" "vidhar.yggdrasil"];
3in { 3in {
4 rsa = { 4 rsa = {
5 inherit hostNames; 5 inherit hostNames;