summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'odin.nix')
-rw-r--r--odin.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/odin.nix b/odin.nix
index 82af945f..61a127fa 100644
--- a/odin.nix
+++ b/odin.nix
@@ -10,6 +10,7 @@
10 ./odin/hw.nix 10 ./odin/hw.nix
11 ./users.nix 11 ./users.nix
12 ./custom/uucp.nix 12 ./custom/uucp.nix
13 ./custom/uucp-mediaserver.nix
13 ]; 14 ];
14 15
15 # Use the GRUB 2 boot loader. 16 # Use the GRUB 2 boot loader.
@@ -93,8 +94,15 @@
93 ''; 94 '';
94 commandPath = ["${pkgs.rmail}/bin"]; 95 commandPath = ["${pkgs.rmail}/bin"];
95 defaultCommands = ["rmail"]; 96 defaultCommands = ["rmail"];
97
98 media-server = {
99 enable = true;
100 remoteNodes = [ "hel" ];
101 };
96 }; 102 };
97 103
104 users.groups."media" = {};
105
98 services.postfix = { 106 services.postfix = {
99 enable = true; 107 enable = true;
100 enableSmtp = false; 108 enableSmtp = false;