From 8546ec7c74f320b00781dab032f3bce662fdf4f7 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 3 Mar 2015 20:21:36 +0100 Subject: [PATCH] Fix some uid/gid clashes --- nixos/modules/misc/ids.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nixos/modules/misc/ids.nix b/nixos/modules/misc/ids.nix index 0c863ec8de1c..b7736207f8a3 100644 --- a/nixos/modules/misc/ids.nix +++ b/nixos/modules/misc/ids.nix @@ -301,8 +301,6 @@ mlmmj = 135; riemann = 137; riemanndash = 138; - hbase = 139; - opentsdb = 140; uhub = 142; mailpile = 146; redmine = 147; @@ -313,14 +311,16 @@ systemd-resolve = 153; systemd-timesync = 154; liquidsoap = 155; - fleet = 159; + hbase = 158; + opentsdb = 159; scollector = 160; bosun = 161; kubernetes = 162; gitlab = 165; - nylon = 166; + nylon = 168; panamax = 170; exim = 172; + fleet = 173; # When adding a gid, make sure it doesn't match an existing # uid. Users and groups with the same name should have equal