don't protect the system?

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

View File

@ -50,6 +50,7 @@
};
systemd.services.nginx.serviceConfig.SupplementaryGroups = "within";
systemd.services.nginx.serviceConfig.ProtectSystem = lib.mkForce "false";
users.groups.within = { };
systemd.services."within.homedir-setup" = {