summaryrefslogtreecommitdiffstats
path: root/nixos/modules/misc/ids.nix
diff options
context:
space:
mode:
authorAustin Butler <austinabutler@gmail.com>2021-09-19 12:42:46 -0700
committerAustin Butler <austinabutler@gmail.com>2021-09-19 12:42:46 -0700
commitb88b46b830d31db6a532a3302c3e98a6697aee08 (patch)
tree4af3360a5d3a0262a735a642c27a0596d16b688f /nixos/modules/misc/ids.nix
parent8b6fa3c8216e0fdb802ffd2415422c9d7e6c9dcb (diff)
nixos/tcsd: make group uid dynamic
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 5f56e0602279..28d471b35a86 100644
--- a/nixos/modules/misc/ids.nix
+++ b/nixos/modules/misc/ids.nix
@@ -210,7 +210,7 @@ in
#fleet = 173; # unused
#input = 174; # unused
sddm = 175;
- tss = 176;
+ #tss = 176; # dynamically allocated as of 2021-09-17
#memcached = 177; removed 2018-01-03
#ntp = 179; # dynamically allocated as of 2021-09-17
zabbix = 180;