diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-05 22:19:45 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-05 22:19:45 +0200 |
commit | 282b324d8a2fe661d0a758494e25d62a8eb69915 (patch) | |
tree | 752f3a1f2fb6cf6d131a007191e101cf27b96cc7 | |
parent | c944d505702b7811a0280bb26e84919bcb8136fd (diff) | |
download | nixos-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.nix | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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; |