about summary refs log tree commit diff
path: root/nixos/modules/misc
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2019-01-18 15:52:12 +0800
committerGitHub <noreply@github.com>2019-01-18 15:52:12 +0800
commit9f5b5fee9c4c13c1495ecbe042a651ad033aad6d (patch)
tree7683b04087a0604ab061a7571555aacc00b471b3 /nixos/modules/misc
parenteaa665e2435ab3dfc356d9799ba5938aabcd75d8 (diff)
parent1c30532b6d9536949379694fd99e5f01603bf425 (diff)
downloadnixlib-9f5b5fee9c4c13c1495ecbe042a651ad033aad6d.tar
nixlib-9f5b5fee9c4c13c1495ecbe042a651ad033aad6d.tar.gz
nixlib-9f5b5fee9c4c13c1495ecbe042a651ad033aad6d.tar.bz2
nixlib-9f5b5fee9c4c13c1495ecbe042a651ad033aad6d.tar.lz
nixlib-9f5b5fee9c4c13c1495ecbe042a651ad033aad6d.tar.xz
nixlib-9f5b5fee9c4c13c1495ecbe042a651ad033aad6d.tar.zst
nixlib-9f5b5fee9c4c13c1495ecbe042a651ad033aad6d.zip
Merge pull request #48101 from peterhoeg/f/pykms_master
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 49f30dc85a0c..d6e6ccaecd25 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;
@@ -605,7 +605,7 @@
       rslsync = 279;
       minio = 280;
       kanboard = 281;
-      pykms = 282;
+      # pykms = 282; # DynamicUser = true
       kodi = 283;
       restya-board = 284;
       mighttpd2 = 285;