diff --git a/hosts/Infini-DL360/web.nix b/hosts/Infini-DL360/web.nix index ecb3f1a..c798be0 100644 --- a/hosts/Infini-DL360/web.nix +++ b/hosts/Infini-DL360/web.nix @@ -81,6 +81,9 @@ in extraConfig = websiteConfig; }; }; + "tools.inx.moe" = ssl-inx // { + locations."/".root = "${pkgs.it-tools}/share"; + }; }; services.uwsgi = {