From 891c262e9a90520070762389db3e97ca44c88ac3 Mon Sep 17 00:00:00 2001 From: Oliver Charles Date: Thu, 20 Nov 2014 14:49:45 +0000 Subject: Add a NixOS module to run bosun --- nixos/modules/misc/ids.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixos/modules/misc') diff --git a/nixos/modules/misc/ids.nix b/nixos/modules/misc/ids.nix index 2c63a19deb73..4d91e266d85b 100644 --- a/nixos/modules/misc/ids.nix +++ b/nixos/modules/misc/ids.nix @@ -168,6 +168,7 @@ hbase = 158; opentsdb = 159; scollector = 160; + bosun = 161; # When adding a uid, make sure it doesn't match an existing gid. And don't use uids above 399! @@ -300,6 +301,7 @@ systemd-timesync = 154; liquidsoap = 155; scollector = 156; + bosun = 157; # When adding a gid, make sure it doesn't match an existing uid. And don't use gids above 399! -- cgit 1.4.1