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;