enable nginx within group

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

View File

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