From 8c9655bc533c09d772d49f0984bfc87b26768e4c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 13 May 2018 12:30:57 +0200 Subject: recv on odin --- odin.nix | 6 ++++-- utils | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/odin.nix b/odin.nix index a89dd776..be41b094 100644 --- a/odin.nix +++ b/odin.nix @@ -111,7 +111,7 @@ "hel" = { publicKeys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKD8ycFGfVkBL9wjA5Kc33cl6Qt5K2505G/38oH8Cy/e uucp@hel"]; hostnames = ["hel.asgard.yggdrasil" "hel.midgard.yggdrasil"]; - commands = ["rmail"]; + commands = ["rmail" "recv"]; }; }; @@ -120,9 +120,11 @@ remoteNodes = [ "hel" ]; }; - commandPath = [ "${pkgs.rmail}/bin" ]; + commandPath = [ "${pkgs.rmail}/bin" config.security.wrapperDir ]; }; + programs.recv.enable = true; + users.groups."media" = { members = [ "uucp" ]; }; diff --git a/utils b/utils index 03098e6f..002823ad 160000 --- a/utils +++ b/utils @@ -1 +1 @@ -Subproject commit 03098e6f024260480ccd8002b9e20e70e05c11cf +Subproject commit 002823adceee104f061a90f2c53f4dffeec73436 -- cgit v1.2.3