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:
Austin Seipp 2014-04-02 11:01:25 -05:00
parent 5441b1a98b
commit 8d0259caf4

@ -126,6 +126,9 @@
monetdb = 115;
rippled = 116;
murmur = 117;
foundationdb = 118;
newrelic = 119;
starbound = 120;
# When adding a uid, make sure it doesn't match an existing gid.
@ -225,6 +228,9 @@
systemd-journal-gateway = 110;
notbit = 111;
monetdb = 115;
foundationdb = 118;
newrelic = 119;
starbound = 120;
# When adding a gid, make sure it doesn't match an existing uid.