aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/arrakis/services.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/arrakis/services.nix')
-rw-r--r--hosts/arrakis/services.nix4
1 files changed, 2 insertions, 2 deletions
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;
}