From 8d0259caf4f551cc72cceff7766161e14d11632f Mon Sep 17 00:00:00 2001 From: Austin Seipp Date: Wed, 2 Apr 2014 11:01:25 -0500 Subject: [PATCH] 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 --- nixos/modules/misc/ids.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nixos/modules/misc/ids.nix b/nixos/modules/misc/ids.nix index 91df29236b8..b7912b6630e 100644 --- a/nixos/modules/misc/ids.nix +++ b/nixos/modules/misc/ids.nix @@ -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.