summary refs log tree commit diff
path: root/nixos/modules/services/web-servers
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
commit8ba5f8115c6a21d98213f08716aae2f386443c26 (patch)
tree005b5de7671824359aab7766a255488a44e2db2b /nixos/modules/services/web-servers
parent23d14d89b8678944f8f8211f6366bba3d54f930c (diff)
downloadnixpkgs-8ba5f8115c6a21d98213f08716aae2f386443c26.tar
nixpkgs-8ba5f8115c6a21d98213f08716aae2f386443c26.tar.gz
nixpkgs-8ba5f8115c6a21d98213f08716aae2f386443c26.tar.bz2
nixpkgs-8ba5f8115c6a21d98213f08716aae2f386443c26.tar.lz
nixpkgs-8ba5f8115c6a21d98213f08716aae2f386443c26.tar.xz
nixpkgs-8ba5f8115c6a21d98213f08716aae2f386443c26.tar.zst
nixpkgs-8ba5f8115c6a21d98213f08716aae2f386443c26.zip
nixos/zope2: define group
untested as the module is broken (attribute 'modules' missing)
Diffstat (limited to 'nixos/modules/services/web-servers')
-rw-r--r--nixos/modules/services/web-servers/zope2.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/nixos/modules/services/web-servers/zope2.nix b/nixos/modules/services/web-servers/zope2.nix
index 3abd506827c..ab12e87502e 100644
--- a/nixos/modules/services/web-servers/zope2.nix
+++ b/nixos/modules/services/web-servers/zope2.nix
@@ -103,7 +103,11 @@ in
 
   config = mkIf (cfg.instances != {}) {
 
-    users.users.zope2.uid = config.ids.uids.zope2;
+    users.users.zope2 = {
+      isSystemUser = true;
+      group = "zope2";
+    };
+    users.groups.zope2 = {};
 
     systemd.services =
       let