{ config, lib, ... }: { services.nginx.virtualHosts."autoconfig.${config.vars.mailDomain}" = lib.mkIf config.services.go-autoconfig.enable { enableACME = true; forceSSL = true; locations."/" = { proxyPass = "http://127.0.0.1:1323"; proxyWebsockets = true; }; }; }