From 070d70a4c4cbd895a60990992f0ccbd27876d7b4 Mon Sep 17 00:00:00 2001 From: Xe Date: Sun, 26 Dec 2021 13:49:05 -0500 Subject: [PATCH] don't protect the system? Signed-off-by: Xe --- common/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/common/default.nix b/common/default.nix index 1224734..8908dd0 100644 --- a/common/default.nix +++ b/common/default.nix @@ -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" = {