enable nginx within group

Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2021-12-26 13:38:26 -05:00
parent 20675d0b3a
commit fd517e95ce
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,8 @@
dnssec = "false";
};
services.nginx.extraGroups = ["within"];
users.groups.within = { };
systemd.services."within.homedir-setup" = {
description = "Creates homedirs for /srv/within services";