From f5f71010c84d8dfa8acf75441fcfffa356c741f1 Mon Sep 17 00:00:00 2001 From: stitchy Date: Sat, 11 Oct 2025 05:23:27 -0700 Subject: [PATCH] fix(tanzanite): forgotten bracket that was a hard one ngl --- hosts/tanzanite/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/tanzanite/default.nix b/hosts/tanzanite/default.nix index bd5176e..b5865c0 100644 --- a/hosts/tanzanite/default.nix +++ b/hosts/tanzanite/default.nix @@ -80,6 +80,7 @@ in { proxyWebsockets = true; recommendedProxySettings = true; }; + }; "grafana.stitchy.moe" = { enableACME = true; forceSSL = true;