summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/odin.nix b/odin.nix
index 4f938cb0..d216f521 100644
--- a/odin.nix
+++ b/odin.nix
@@ -110,7 +110,7 @@
110 }; 110 };
111 "hel" = { 111 "hel" = {
112 publicKeys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKD8ycFGfVkBL9wjA5Kc33cl6Qt5K2505G/38oH8Cy/e uucp@hel"]; 112 publicKeys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKD8ycFGfVkBL9wjA5Kc33cl6Qt5K2505G/38oH8Cy/e uucp@hel"];
113 hostnames = ["hel.asgard.yggdrasil" "hel.midgard.yggdrasil"]; 113 hostnames = ["hel.asgard.yggdrasil" "hel.faraday.asgard.yggdrasil" "hel.midgard.yggdrasil"];
114 commands = ["rmail" "recv"]; 114 commands = ["rmail" "recv"];
115 }; 115 };
116 }; 116 };