aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/misc
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-08-26 16:16:38 +0200
committerPeter Simons <simons@cryp.to>2019-08-26 16:17:39 +0200
commit95c021393f330c5024588b099b2d7324cc4527c6 (patch)
tree605c35a61cbf1dacd671c70def427ac5733fc09f /nixos/modules/misc
parent667ee34440f7806d1dd05f63b43cc4968d56a407 (diff)
mailman: reserve uid & gid in NixOS
Diffstat (limited to 'nixos/modules/misc')
-rw-r--r--nixos/modules/misc/ids.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/misc/ids.nix b/nixos/modules/misc/ids.nix
index ac741caa953..efd8544d6a2 100644
--- a/nixos/modules/misc/ids.nix
+++ b/nixos/modules/misc/ids.nix
@@ -340,6 +340,7 @@
cockroachdb = 313;
zoneminder = 314;
paperless = 315;
+ mailman = 316;
# When adding a uid, make sure it doesn't match an existing gid. And don't use uids above 399!
@@ -640,6 +641,7 @@
cockroachdb = 313;
zoneminder = 314;
paperless = 315;
+ mailman = 316;
# When adding a gid, make sure it doesn't match an existing
# uid. Users and groups with the same name should have equal