From 793fb0fee913f218ca0ac73fbe28ec90ab79749a Mon Sep 17 00:00:00 2001 From: Xe Date: Sun, 26 Dec 2021 13:52:37 -0500 Subject: [PATCH] aha i can protect the system afterall Signed-off-by: Xe --- common/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/common/default.nix b/common/default.nix index 8908dd0..1224734 100644 --- a/common/default.nix +++ b/common/default.nix @@ -50,7 +50,6 @@ }; systemd.services.nginx.serviceConfig.SupplementaryGroups = "within"; - systemd.services.nginx.serviceConfig.ProtectSystem = lib.mkForce "false"; users.groups.within = { }; systemd.services."within.homedir-setup" = {