summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-04-05 22:19:45 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-04-05 22:19:45 +0200
commit282b324d8a2fe661d0a758494e25d62a8eb69915 (patch)
tree752f3a1f2fb6cf6d131a007191e101cf27b96cc7
parentc944d505702b7811a0280bb26e84919bcb8136fd (diff)
downloadnixos-282b324d8a2fe661d0a758494e25d62a8eb69915.tar
nixos-282b324d8a2fe661d0a758494e25d62a8eb69915.tar.gz
nixos-282b324d8a2fe661d0a758494e25d62a8eb69915.tar.bz2
nixos-282b324d8a2fe661d0a758494e25d62a8eb69915.tar.xz
nixos-282b324d8a2fe661d0a758494e25d62a8eb69915.zip
Allow uucp access to queues
-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;