From 97f0b92556f8620b9af69f221dde531f035e3d93 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Fri, 26 Apr 2024 06:19:12 -0400 Subject: [PATCH] Infini-OPTIPLEX: remove test.inx.moe --- hosts/Infini-OPTIPLEX/web.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/hosts/Infini-OPTIPLEX/web.nix b/hosts/Infini-OPTIPLEX/web.nix index b8c6de7..96acb37 100644 --- a/hosts/Infini-OPTIPLEX/web.nix +++ b/hosts/Infini-OPTIPLEX/web.nix @@ -52,13 +52,6 @@ in ''; }; }; - "test.inx.moe" = ssl // { - locations."/" = { - root = "/srv/web/inx.moe"; - inherit tryFiles; - extraConfig = websiteConfig; - }; - }; "ponder.inx.moe" = ssl // { locations."/".root = pkgs.ponder;