Infini-OPTIPLEX: add file share

This commit is contained in:
Infinidoge 2024-04-26 02:48:07 -04:00
parent 1215310ba2
commit 795565791f
Signed by: Infinidoge
SSH key fingerprint: SHA256:VEv3zmkBzcYYle6/37h+BbOyNDbGy/o8SHh7fcs9RbQ

View file

@ -10,6 +10,14 @@ in
root = ./static; root = ./static;
}; };
}; };
"files.inx.moe" = {
locations."/" = {
root = "/srv/web/files.inx.moe";
extraConfig = ''
autoindex on;
'';
};
};
"ponder.inx.moe" = ssl // { "ponder.inx.moe" = ssl // {
locations."/".root = pkgs.ponder; locations."/".root = pkgs.ponder;