about summary refs log tree commit diff
path: root/nixos/modules/misc
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2023-12-05 15:59:26 +0100
committerGitHub <noreply@github.com>2023-12-05 15:59:26 +0100
commitd011c93f7d492b5979f85ca713c4e191308e7321 (patch)
tree51c6580142753ddb5e8423129b9dd4bad583ff20 /nixos/modules/misc
parentf918ac9dcdd330cad360b1ed1943f35766ccba09 (diff)
downloadnixlib-d011c93f7d492b5979f85ca713c4e191308e7321.tar
nixlib-d011c93f7d492b5979f85ca713c4e191308e7321.tar.gz
nixlib-d011c93f7d492b5979f85ca713c4e191308e7321.tar.bz2
nixlib-d011c93f7d492b5979f85ca713c4e191308e7321.tar.lz
nixlib-d011c93f7d492b5979f85ca713c4e191308e7321.tar.xz
nixlib-d011c93f7d492b5979f85ca713c4e191308e7321.tar.zst
nixlib-d011c93f7d492b5979f85ca713c4e191308e7321.zip
nixos/hound: adopt, rework, cleanup (#268983)
- add me as maintainer
- remove hardcoded user id
- validate syntax of config file
- remove superfluous option extraGroups
- use mkPackageOptionMD
Diffstat (limited to 'nixos/modules/misc')
-rw-r--r--nixos/modules/misc/ids.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/misc/ids.nix b/nixos/modules/misc/ids.nix
index 18928a6bf21b..5af7284ac71a 100644
--- a/nixos/modules/misc/ids.nix
+++ b/nixos/modules/misc/ids.nix
@@ -288,7 +288,7 @@ in
       telegraf = 256;
       gitlab-runner = 257;
       postgrey = 258;
-      hound = 259;
+      # hound = 259; # unused, removed 2023-11-21
       leaps = 260;
       ipfs  = 261;
       # stanchion = 262; # unused, removed 2020-10-14
@@ -599,7 +599,7 @@ in
       #telegraf = 256; # unused
       gitlab-runner = 257;
       postgrey = 258;
-      hound = 259;
+      # hound = 259; # unused, removed 2023-11-21
       leaps = 260;
       ipfs = 261;
       # stanchion = 262; # unused, removed 2020-10-14