From ae7d79cd61da01a5d1b9ae28ba4d14e1e4c5f029 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 5 Jan 2015 11:58:17 +0100 Subject: [PATCH] Fix some bad gids Issue #3727. --- nixos/modules/misc/ids.nix | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/nixos/modules/misc/ids.nix b/nixos/modules/misc/ids.nix index 1ca15053b12..b5f9f5ca55a 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;