From d3a9ebbc85a4197c001a308c5f8189597c2c3759 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Sun, 10 Nov 2024 19:44:29 -0800 Subject: Fix nginx maybe --- hosts/arrakis/services.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts') diff --git a/hosts/arrakis/services.nix b/hosts/arrakis/services.nix index e6ce6ac..8c7f3cb 100644 --- a/hosts/arrakis/services.nix +++ b/hosts/arrakis/services.nix @@ -142,7 +142,7 @@ extraConfig = '' autoindex on; ''; - root = "/home/nipsy/www"; + root = "/var/www"; tryFiles = "$uri $uri/ =404"; }; }; @@ -249,6 +249,6 @@ }; - systemd.services.nginx.serviceConfig.ProtectHome = lib.mkForce false; + #systemd.services.nginx.serviceConfig.ProtectHome = lib.mkForce false; } -- cgit v1.2.3