From 5f7a7b3cb46c6577fce3fe35347c28ae124b7199 Mon Sep 17 00:00:00 2001 From: stitchy Date: Sat, 11 Oct 2025 01:53:20 -0700 Subject: [PATCH] chore(tanzanite): syncv3 doesn't work with dendrite anymore --- hosts/tanzanite/default.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/hosts/tanzanite/default.nix b/hosts/tanzanite/default.nix index b89fd80..d63fa4c 100644 --- a/hosts/tanzanite/default.nix +++ b/hosts/tanzanite/default.nix @@ -77,14 +77,6 @@ in { proxyWebsockets = true; recommendedProxySettings = true; }; - }; - "syncv3.stitchy.moe" = { - enableACME = true; - forceSSL = true; - locations."/" = { - proxyPass = "http://127.0.0.1:8009"; - }; - }; "grafana.stitchy.moe" = { enableACME = true; forceSSL = true;