From 282b324d8a2fe661d0a758494e25d62a8eb69915 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 5 Apr 2018 22:19:45 +0200 Subject: Allow uucp access to queues --- odin.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/odin.nix b/odin.nix index 61a127fa..11a3c934 100644 --- a/odin.nix +++ b/odin.nix @@ -101,7 +101,9 @@ }; }; - users.groups."media" = {}; + users.groups."media" = { + members = [ "uucp" ]; + }; services.postfix = { enable = true; -- cgit v1.2.3