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