nixos: reserve some uids/gids
I have some NixOS modules that I keep out of tree, and having UIDs/GIDs reserved is quite helpful. Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
5441b1a98b
commit
8d0259caf4
@ -126,6 +126,9 @@
|
|||||||
monetdb = 115;
|
monetdb = 115;
|
||||||
rippled = 116;
|
rippled = 116;
|
||||||
murmur = 117;
|
murmur = 117;
|
||||||
|
foundationdb = 118;
|
||||||
|
newrelic = 119;
|
||||||
|
starbound = 120;
|
||||||
|
|
||||||
# When adding a uid, make sure it doesn't match an existing gid.
|
# When adding a uid, make sure it doesn't match an existing gid.
|
||||||
|
|
||||||
@ -225,6 +228,9 @@
|
|||||||
systemd-journal-gateway = 110;
|
systemd-journal-gateway = 110;
|
||||||
notbit = 111;
|
notbit = 111;
|
||||||
monetdb = 115;
|
monetdb = 115;
|
||||||
|
foundationdb = 118;
|
||||||
|
newrelic = 119;
|
||||||
|
starbound = 120;
|
||||||
|
|
||||||
# When adding a gid, make sure it doesn't match an existing uid.
|
# When adding a gid, make sure it doesn't match an existing uid.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user