diff options
| -rw-r--r-- | odin.nix | 6 | ||||
| m--------- | utils | 0 |
2 files changed, 4 insertions, 2 deletions
| @@ -111,7 +111,7 @@ | |||
| 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.midgard.yggdrasil"]; |
| 114 | commands = ["rmail"]; | 114 | commands = ["rmail" "recv"]; |
| 115 | }; | 115 | }; |
| 116 | }; | 116 | }; |
| 117 | 117 | ||
| @@ -120,9 +120,11 @@ | |||
| 120 | remoteNodes = [ "hel" ]; | 120 | remoteNodes = [ "hel" ]; |
| 121 | }; | 121 | }; |
| 122 | 122 | ||
| 123 | commandPath = [ "${pkgs.rmail}/bin" ]; | 123 | commandPath = [ "${pkgs.rmail}/bin" config.security.wrapperDir ]; |
| 124 | }; | 124 | }; |
| 125 | 125 | ||
| 126 | programs.recv.enable = true; | ||
| 127 | |||
| 126 | users.groups."media" = { | 128 | users.groups."media" = { |
| 127 | members = [ "uucp" ]; | 129 | members = [ "uucp" ]; |
| 128 | }; | 130 | }; |
diff --git a/utils b/utils | |||
| Subproject 03098e6f024260480ccd8002b9e20e70e05c11c | Subproject 002823adceee104f061a90f2c53f4dffeec7343 | ||
