diff --git a/hosts/tanzanite/default.nix b/hosts/tanzanite/default.nix index 63414e5..d30c4e5 100644 --- a/hosts/tanzanite/default.nix +++ b/hosts/tanzanite/default.nix @@ -37,6 +37,13 @@ in { forceSSL = true; root = "/opt/www/stitchy.moe/public"; }; + "gay.stitchy.moe" = { + enableACME = true; + forceSSL = true; + locations."/" = { + proxyPass = "http://127.0.0.1:3333"; + }; + }; }; };