enable nginx within group better

Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2021-12-26 13:46:17 -05:00
parent 47cfdaf5f7
commit 2deea9c80b
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
dnssec = "false";
};
services.nginx.group = "within";
systemd.services.nginx.serviceConfig.SupplementaryGroups = "within";
users.groups.within = { };
systemd.services."within.homedir-setup" = {