From 4a9b640f37c3984a2fddee0a953ed9f198f1bed3 Mon Sep 17 00:00:00 2001 From: cransom Date: Wed, 20 Jul 2016 19:07:59 -0400 Subject: smokeping: init at 2.6.11 (#17090) Includes a module for service setup and a test to verify functionality of both service and pkg. --- 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 581cd4fb631f..7f387b25a208 100644 --- a/nixos/modules/misc/ids.nix +++ b/nixos/modules/misc/ids.nix @@ -270,6 +270,7 @@ toxvpn = 247; squeezelite = 248; turnserver = 249; + smokeping = 250; # When adding a uid, make sure it doesn't match an existing gid. And don't use uids above 399! @@ -510,6 +511,7 @@ #toxvpn = 247; # unused #squeezelite = 248; #unused turnserver = 249; + smokeping = 250; # When adding a gid, make sure it doesn't match an existing # uid. Users and groups with the same name should have equal -- cgit 1.4.1