aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/arrakis/services.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/arrakis/services.nix b/hosts/arrakis/services.nix
index 94db152..671d323 100644
--- a/hosts/arrakis/services.nix
+++ b/hosts/arrakis/services.nix
@@ -249,6 +249,7 @@
};
- systemd.services.nginx.serviceConfig.PrivateMounts = lib.mkForce false;
+ systemd.services.nginx.serviceConfig.ProtectHome = lib.mkForce false;
+ systemd.services.nginx.serviceConfig.ProtectSystem = lib.mkForce false;
}