Skip to content

Commit

Permalink
mailman: reserve uid & gid in NixOS
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Aug 26, 2019
1 parent 667ee34 commit 95c0213
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixos/modules/misc/ids.nix
Expand Up @@ -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!

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 95c0213

Please sign in to comment.