summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-01-05 11:58:17 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-01-05 11:58:17 +0100
commitae7d79cd61da01a5d1b9ae28ba4d14e1e4c5f029 (patch)
treecad80cb9be22046641078a80e2cdfce2932e891e /nixos
parent4092a7cdd6019c5a019e091e89ccae155ec3f095 (diff)
Fix some bad gids
Issue #3727.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/misc/ids.nix12
1 files changed, 7 insertions, 5 deletions
diff --git a/nixos/modules/misc/ids.nix b/nixos/modules/misc/ids.nix
index 1ca15053b1233..b5f9f5ca55a0c 100644
--- a/nixos/modules/misc/ids.nix
+++ b/nixos/modules/misc/ids.nix
@@ -308,13 +308,15 @@
       systemd-resolve = 153;
       systemd-timesync = 154;
       liquidsoap = 155;
-      scollector = 156;
-      bosun = 157;
-      kubernetes = 158;
       fleet = 159;
-      gitlab = 160;
+      scollector = 160;
+      bosun = 161;
+      kubernetes = 162;
+      gitlab = 165;
 
-      # When adding a gid, make sure it doesn't match an existing uid. And don't use gids above 399!
+      # When adding a gid, make sure it doesn't match an existing
+      # uid. Users and groups with the same name should have equal
+      # uids and gids. Also, don't use gids above 399!
 
       users = 100;
       nixbld = 30000;