summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odin.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/odin.nix b/odin.nix
index 61a127fa..11a3c934 100644
--- a/odin.nix
+++ b/odin.nix
@@ -101,7 +101,9 @@
101 }; 101 };
102 }; 102 };
103 103
104 users.groups."media" = {}; 104 users.groups."media" = {
105 members = [ "uucp" ];
106 };
105 107
106 services.postfix = { 108 services.postfix = {
107 enable = true; 109 enable = true;