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/surtr.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system-profiles/openssh/known-hosts/surtr.nix b/system-profiles/openssh/known-hosts/surtr.nix
index 8d227b44..5f08474d 100644
--- a/system-profiles/openssh/known-hosts/surtr.nix
+++ b/system-profiles/openssh/known-hosts/surtr.nix
@@ -1,5 +1,5 @@
1let 1let
2 hostNames = ["surtr.muspelheim.yggdrasil" "surtr.yggdrasil.li"]; 2 hostNames = ["surtr.yggdrasil" "surtr.yggdrasil.li"];
3in { 3in {
4 dsa = { 4 dsa = {
5 inherit hostNames; 5 inherit hostNames;