enable nginx within group
Signed-off-by: Xe <me@christine.website>
This commit is contained in:
parent
fd517e95ce
commit
47cfdaf5f7
|
@ -49,7 +49,7 @@
|
||||||
dnssec = "false";
|
dnssec = "false";
|
||||||
};
|
};
|
||||||
|
|
||||||
services.nginx.extraGroups = ["within"];
|
services.nginx.group = "within";
|
||||||
|
|
||||||
users.groups.within = { };
|
users.groups.within = { };
|
||||||
systemd.services."within.homedir-setup" = {
|
systemd.services."within.homedir-setup" = {
|
||||||
|
|
Loading…
Reference in New Issue