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