From 4d1d5f43d0523ad2dc10260f87b671ef025f331c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 6 Apr 2018 16:48:32 +0200 Subject: rmail on odin --- odin.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/odin.nix b/odin.nix index f92556de..f08b5a32 100644 --- a/odin.nix +++ b/odin.nix @@ -82,10 +82,12 @@ "ymir" = { publicKeys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGANj+LJ4CI6VrAgBRocKCGq74kZnwD1PdKr/gdlfVr1 uucp@ymir"]; hostnames = ["ymir.yggdrasil.li" "ymir.niflheim.yggdrasil"]; + commands = ["rmail"]; }; "hel" = { publicKeys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKD8ycFGfVkBL9wjA5Kc33cl6Qt5K2505G/38oH8Cy/e uucp@hel"]; hostnames = ["hel.asgard.yggdrasil" "hel.midgard.yggdrasil"]; + commands = ["rmail"]; }; }; @@ -93,6 +95,8 @@ enable = true; remoteNodes = [ "hel" ]; }; + + commandPath = [ "${pkgs.rmail}/bin" ]; }; users.groups."media" = { -- cgit v1.2.3