about summary refs log tree commit diff
path: root/nixos/modules/misc
diff options
context:
space:
mode:
authorRussell O'Connor <oconnorr@google.com>2015-06-24 14:42:43 +0000
committerRussell O'Connor <oconnorr@google.com>2015-06-24 14:48:53 +0000
commit46f06ccde7deb76bc1b8a04671ecdf486480c74e (patch)
tree15b54a70b36ccd2dd7fcf9218f27ee6de504cc81 /nixos/modules/misc
parent97ae36691ef34f01e5f3fb2b7370be186af17b3f (diff)
downloadnixlib-46f06ccde7deb76bc1b8a04671ecdf486480c74e.tar
nixlib-46f06ccde7deb76bc1b8a04671ecdf486480c74e.tar.gz
nixlib-46f06ccde7deb76bc1b8a04671ecdf486480c74e.tar.bz2
nixlib-46f06ccde7deb76bc1b8a04671ecdf486480c74e.tar.lz
nixlib-46f06ccde7deb76bc1b8a04671ecdf486480c74e.tar.xz
nixlib-46f06ccde7deb76bc1b8a04671ecdf486480c74e.tar.zst
nixlib-46f06ccde7deb76bc1b8a04671ecdf486480c74e.zip
uwsgi-service: Add user/group for uwsgi service.
Also add a uwsgi directory under /run (defaulting to /run/uwsgi) where the uwsgi user can place sockets.
Diffstat (limited to 'nixos/modules/misc')
-rw-r--r--nixos/modules/misc/ids.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/misc/ids.nix b/nixos/modules/misc/ids.nix
index 0b0be87347dc..e6357d138cae 100644
--- a/nixos/modules/misc/ids.nix
+++ b/nixos/modules/misc/ids.nix
@@ -222,6 +222,7 @@
       ripple-rest = 198;
       nix-serve = 199;
       tvheadend = 200;
+      uwsgi = 201;
 
       # When adding a uid, make sure it doesn't match an existing gid. And don't use uids above 399!
 
@@ -422,6 +423,7 @@
       #ripple-rest = 198; #unused
       #nix-serve = 199; #unused
       #tvheadend = 200; #unused
+      uwsgi = 201;
 
       # When adding a gid, make sure it doesn't match an existing
       # uid. Users and groups with the same name should have equal