From b6ec7e4cfd0649bc18fcc4ad0f16e52c6b361424 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Tue, 18 Feb 2025 09:51:08 -0500 Subject: [PATCH] Infini-DL360/web: change root for built site --- hosts/Infini-DL360/web.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/Infini-DL360/web.nix b/hosts/Infini-DL360/web.nix index c798be0..a6374a1 100644 --- a/hosts/Infini-DL360/web.nix +++ b/hosts/Infini-DL360/web.nix @@ -34,7 +34,7 @@ in services.nginx.virtualHosts = { "inx.moe" = ssl-inx // { locations."/" = { - root = "/srv/web/inx.moe"; + root = "/srv/web/inx.moe/out"; # TODO: Make this less volatile inherit tryFiles; extraConfig = websiteConfig; };