diff --git a/hosts/servers/hosting-02.nix b/hosts/servers/hosting-02.nix index 4b0993e..ecc554f 100644 --- a/hosts/servers/hosting-02.nix +++ b/hosts/servers/hosting-02.nix @@ -100,6 +100,15 @@ settings.web-api-key = "test"; }; + services.nginx.virtualHosts."tag.escapeangle.com" = { + forceSSL = true; + enableACME = true; + locations."/" = { + proxyPass = "http://localhost:7373"; + proxyWebsockets = true; + }; + }; + services.bandcamp-collection-downloader = { enable = true; bandcampUser = "lander";