enable nginx within group
Signed-off-by: Xe <me@christine.website>
This commit is contained in:
parent
20675d0b3a
commit
fd517e95ce
|
@ -49,6 +49,8 @@
|
||||||
dnssec = "false";
|
dnssec = "false";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.nginx.extraGroups = ["within"];
|
||||||
|
|
||||||
users.groups.within = { };
|
users.groups.within = { };
|
||||||
systemd.services."within.homedir-setup" = {
|
systemd.services."within.homedir-setup" = {
|
||||||
description = "Creates homedirs for /srv/within services";
|
description = "Creates homedirs for /srv/within services";
|
||||||
|
|
Loading…
Reference in New Issue