summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'odin.nix')
-rw-r--r--odin.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/odin.nix b/odin.nix
index 1c7775a5..af58e299 100644
--- a/odin.nix
+++ b/odin.nix
@@ -123,11 +123,16 @@
123 hostnames = ["hel.asgard.yggdrasil" "hel.faraday.asgard.yggdrasil" "hel.midgard.yggdrasil"]; 123 hostnames = ["hel.asgard.yggdrasil" "hel.faraday.asgard.yggdrasil" "hel.midgard.yggdrasil"];
124 commands = ["rmail" "recv"]; 124 commands = ["rmail" "recv"];
125 }; 125 };
126 "sif" = {
127 publicKeys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFjD+7g+OBA7jz9CCkYmgrNhEVvEvTdcVUfh3PDGMXRN root@sif"];
128 hostnames = ["sif.asgard.yggdrasil" "sif.faraday.asgard.yggdrasil" "sif.midgard.yggdrasil"];
129 commands = ["rmail" "recv"];
130 };
126 }; 131 };
127 132
128 media-server = { 133 media-server = {
129 enable = true; 134 enable = true;
130 remoteNodes = [ "hel" ]; 135 remoteNodes = [ "hel" "sif" ];
131 }; 136 };
132 137
133 commandPath = [ "${pkgs.rmail}/bin" config.security.wrapperDir ]; 138 commandPath = [ "${pkgs.rmail}/bin" config.security.wrapperDir ];