diff --git a/common/default.nix b/common/default.nix index f1926f4..1224734 100644 --- a/common/default.nix +++ b/common/default.nix @@ -49,7 +49,7 @@ dnssec = "false"; }; - services.nginx.group = "within"; + systemd.services.nginx.serviceConfig.SupplementaryGroups = "within"; users.groups.within = { }; systemd.services."within.homedir-setup" = {