diff --git a/hosts/pluto/services/mirror.nix b/hosts/pluto/services/mirror.nix index 2916c7f..f2b4a2f 100644 --- a/hosts/pluto/services/mirror.nix +++ b/hosts/pluto/services/mirror.nix @@ -22,5 +22,8 @@ forceSSL = true; enableACME = true; root = "/var/www/mirror.zackmyers.io"; + location."/".extraConfig = '' + autoindex on; + ''; }; }