aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/arrakis
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/arrakis')
-rw-r--r--hosts/arrakis/services.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/hosts/arrakis/services.nix b/hosts/arrakis/services.nix
index 671d323..e6ce6ac 100644
--- a/hosts/arrakis/services.nix
+++ b/hosts/arrakis/services.nix
@@ -142,7 +142,7 @@
extraConfig = ''
autoindex on;
'';
- root = "/data/home/nipsy/www";
+ root = "/home/nipsy/www";
tryFiles = "$uri $uri/ =404";
};
};
@@ -250,6 +250,5 @@
};
systemd.services.nginx.serviceConfig.ProtectHome = lib.mkForce false;
- systemd.services.nginx.serviceConfig.ProtectSystem = lib.mkForce false;
}