diff options
-rw-r--r-- | odin.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -82,10 +82,12 @@ | |||
82 | "ymir" = { | 82 | "ymir" = { |
83 | publicKeys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGANj+LJ4CI6VrAgBRocKCGq74kZnwD1PdKr/gdlfVr1 uucp@ymir"]; | 83 | publicKeys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGANj+LJ4CI6VrAgBRocKCGq74kZnwD1PdKr/gdlfVr1 uucp@ymir"]; |
84 | hostnames = ["ymir.yggdrasil.li" "ymir.niflheim.yggdrasil"]; | 84 | hostnames = ["ymir.yggdrasil.li" "ymir.niflheim.yggdrasil"]; |
85 | commands = ["rmail"]; | ||
85 | }; | 86 | }; |
86 | "hel" = { | 87 | "hel" = { |
87 | publicKeys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKD8ycFGfVkBL9wjA5Kc33cl6Qt5K2505G/38oH8Cy/e uucp@hel"]; | 88 | publicKeys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKD8ycFGfVkBL9wjA5Kc33cl6Qt5K2505G/38oH8Cy/e uucp@hel"]; |
88 | hostnames = ["hel.asgard.yggdrasil" "hel.midgard.yggdrasil"]; | 89 | hostnames = ["hel.asgard.yggdrasil" "hel.midgard.yggdrasil"]; |
90 | commands = ["rmail"]; | ||
89 | }; | 91 | }; |
90 | }; | 92 | }; |
91 | 93 | ||
@@ -93,6 +95,8 @@ | |||
93 | enable = true; | 95 | enable = true; |
94 | remoteNodes = [ "hel" ]; | 96 | remoteNodes = [ "hel" ]; |
95 | }; | 97 | }; |
98 | |||
99 | commandPath = [ "${pkgs.rmail}/bin" ]; | ||
96 | }; | 100 | }; |
97 | 101 | ||
98 | users.groups."media" = { | 102 | users.groups."media" = { |