diff --git a/hosts/tanzanite/default.nix b/hosts/tanzanite/default.nix index 85c940e..0130f96 100644 --- a/hosts/tanzanite/default.nix +++ b/hosts/tanzanite/default.nix @@ -58,6 +58,13 @@ in { proxyPass = "http://127.0.0.1:9008"; }; }; + "syncv3.stitchy.moe" = { + enableACME = true; + forceSSL = true; + locations."/" = { + proxyPass = "http://127.0.0.1:8008"; + }; + }; }; };