don't protect the system?
Signed-off-by: Xe <me@christine.website>
This commit is contained in:
parent
2deea9c80b
commit
070d70a4c4
|
@ -50,6 +50,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.nginx.serviceConfig.SupplementaryGroups = "within";
|
systemd.services.nginx.serviceConfig.SupplementaryGroups = "within";
|
||||||
|
systemd.services.nginx.serviceConfig.ProtectSystem = lib.mkForce "false";
|
||||||
|
|
||||||
users.groups.within = { };
|
users.groups.within = { };
|
||||||
systemd.services."within.homedir-setup" = {
|
systemd.services."within.homedir-setup" = {
|
||||||
|
|
Loading…
Reference in New Issue