aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/misc
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2018-03-26 15:16:22 +0800
committerPeter Hoeg <peter@hoeg.com>2018-10-16 10:38:45 +0800
commit1c30532b6d9536949379694fd99e5f01603bf425 (patch)
treee783a050dbe69e1098b8be64b39b2af4f6dff309 /nixos/modules/misc
parent2f94acd9aeea0d0a128967fc0c2dc088983beb41 (diff)
nixos pykms: run via DynamicUser
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 0b4ed6d3b62..321e248d21c 100644
--- a/nixos/modules/misc/ids.nix
+++ b/nixos/modules/misc/ids.nix
@@ -306,7 +306,7 @@
rslsync = 279;
minio = 280;
kanboard = 281;
- pykms = 282;
+ # pykms = 282; # DynamicUser = true
kodi = 283;
restya-board = 284;
mighttpd2 = 285;
@@ -597,7 +597,7 @@
rslsync = 279;
minio = 280;
kanboard = 281;
- pykms = 282;
+ # pykms = 282; # DynamicUser = true
kodi = 283;
restya-board = 284;
mighttpd2 = 285;