aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/arrakis
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/arrakis')
-rw-r--r--hosts/arrakis/services.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/hosts/arrakis/services.nix b/hosts/arrakis/services.nix
index fb6c9f8..2cd7f8b 100644
--- a/hosts/arrakis/services.nix
+++ b/hosts/arrakis/services.nix
@@ -142,9 +142,7 @@
return = "302 $scheme://$host/nipsy/";
};
"/nipsy/" = {
- extraConfig = ''
- autoindex on;
- '';
+ index = "index.html";
root = "/data/home/nipsy/www";
tryFiles = "$uri =404";
};