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, 3 insertions, 0 deletions
diff --git a/hosts/arrakis/services.nix b/hosts/arrakis/services.nix
index 385dbd0..dc93898 100644
--- a/hosts/arrakis/services.nix
+++ b/hosts/arrakis/services.nix
@@ -142,6 +142,9 @@
return = "302 $scheme://$host/nipsy/";
};
"/nipsy/" = {
+ extraConfig = ''
+ autoindex on
+ '';
root = "/data/home/nipsy/www";
tryFiles = "$uri =404";
};