summaryrefslogtreecommitdiffstats
path: root/nixos/modules/misc/ids.nix
diff options
context:
space:
mode:
authorGuillaume Girol <symphorien+git@xlumurb.eu>2021-09-18 12:00:00 +0000
committerGuillaume Girol <symphorien+git@xlumurb.eu>2021-09-18 12:00:00 +0000
commit23d14d89b8678944f8f8211f6366bba3d54f930c (patch)
treec186669210b4fde33ca79047f012a0e28d547674 /nixos/modules/misc/ids.nix
parentfd04a872bcc94c8eba9a34328d593e1d9d62f250 (diff)
nixos/tvheadend: define group, fix eval after #133166
Diffstat (limited to 'nixos/modules/misc/ids.nix')
-rw-r--r--nixos/modules/misc/ids.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/misc/ids.nix b/nixos/modules/misc/ids.nix
index 96626a96b958..001d5805e4ac 100644
--- a/nixos/modules/misc/ids.nix
+++ b/nixos/modules/misc/ids.nix
@@ -231,7 +231,7 @@ in
skydns = 197;
# ripple-rest = 198; # unused, removed 2017-08-12
# nix-serve = 199; # unused, removed 2020-12-12
- tvheadend = 200;
+ #tvheadend = 200; # dynamically allocated as of 2021-09-18
uwsgi = 201;
gitit = 202;
riemanntools = 203;