From 2ed07c6cc1ce6c2e1c91f87630633dd92057e72b Mon Sep 17 00:00:00 2001 From: Oliver Charles Date: Thu, 20 Nov 2014 14:38:04 +0000 Subject: scollector: New NixOS module --- nixos/modules/misc/ids.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixos/modules/misc/ids.nix') diff --git a/nixos/modules/misc/ids.nix b/nixos/modules/misc/ids.nix index e3c3f465f1b5..2c63a19deb73 100644 --- a/nixos/modules/misc/ids.nix +++ b/nixos/modules/misc/ids.nix @@ -167,6 +167,7 @@ docker-registry = 157; hbase = 158; opentsdb = 159; + scollector = 160; # When adding a uid, make sure it doesn't match an existing gid. And don't use uids above 399! @@ -298,6 +299,7 @@ systemd-resolve = 153; systemd-timesync = 154; liquidsoap = 155; + scollector = 156; # When adding a gid, make sure it doesn't match an existing uid. And don't use gids above 399! -- cgit 1.4.1