summaryrefslogtreecommitdiff
path: root/system-profiles/openssh
diff options
context:
space:
mode:
Diffstat (limited to 'system-profiles/openssh')
-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;