aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/misc/ids.nix
diff options
context:
space:
mode:
authorDrew Hess <src@drewhess.com>2018-10-22 13:57:32 -0400
committerDrew Hess <src@drewhess.com>2018-10-22 15:01:47 -0400
commitfa388534e4a74f4055643e5ed85c95ee4148eda4 (patch)
tree9202868071d8196ef37f47436c7371b290b64999 /nixos/modules/misc/ids.nix
parent01fcaf8d29b74fe163d34328b15edbbb828577d6 (diff)
dovecot: dovenull user should have its own group.
Quoting from https://wiki.dovecot.org/UserIds#dovenulluser: "It should belong to its own private dovenull group where no one else belongs to..."
Diffstat (limited to '')
-rw-r--r--nixos/modules/misc/ids.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/misc/ids.nix b/nixos/modules/misc/ids.nix
index 0b4ed6d3b628..5c30e512a1b3 100644
--- a/nixos/modules/misc/ids.nix
+++ b/nixos/modules/misc/ids.nix
@@ -385,7 +385,7 @@
virtuoso = 44;
#rtkit = 45; # unused
dovecot2 = 46;
- #dovenull = 47; # unused
+ dovenull2 = 47;
prayer = 49;
mpd = 50;
clamav = 51;