diff --git a/hosts/Infini-OPTIPLEX/web.nix b/hosts/Infini-OPTIPLEX/web.nix index 70c99ef..18ca468 100644 --- a/hosts/Infini-OPTIPLEX/web.nix +++ b/hosts/Infini-OPTIPLEX/web.nix @@ -10,6 +10,14 @@ in root = ./static; }; }; + "files.inx.moe" = { + locations."/" = { + root = "/srv/web/files.inx.moe"; + extraConfig = '' + autoindex on; + ''; + }; + }; "ponder.inx.moe" = ssl // { locations."/".root = pkgs.ponder;