summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-06-17 17:23:02 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-06-17 17:23:02 +0200
commit60d7ad37eb53679d0e4f684f3efc4a5fe1de12ea (patch)
treecca15082c61445e39e0c7ed71c21154f16d241fc
parent6e0e0f90e44cc1be8b57700febbd03af0b083855 (diff)
downloadnixos-60d7ad37eb53679d0e4f684f3efc4a5fe1de12ea.tar
nixos-60d7ad37eb53679d0e4f684f3efc4a5fe1de12ea.tar.gz
nixos-60d7ad37eb53679d0e4f684f3efc4a5fe1de12ea.tar.bz2
nixos-60d7ad37eb53679d0e4f684f3efc4a5fe1de12ea.tar.xz
nixos-60d7ad37eb53679d0e4f684f3efc4a5fe1de12ea.zip
prefer wired
-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 };