aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/arrakis/services.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/arrakis/services.nix b/hosts/arrakis/services.nix
index 11add39..49fc7e2 100644
--- a/hosts/arrakis/services.nix
+++ b/hosts/arrakis/services.nix
@@ -139,10 +139,10 @@
};
"/test" = {
+ alias = "/var/www";
extraConfig = ''
autoindex on;
'';
- root = "/var/www";
tryFiles = "$uri $uri/ =404";
};
};