From c69cc1832753e8ddc6281d5263a0f04d91bb8ff5 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sat, 15 Feb 2025 22:12:29 -0500 Subject: [PATCH] Infini-DL360/web: add tools page --- hosts/Infini-DL360/web.nix | 3 +++ 1 file changed, 3 insertions(+) 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 = {