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;