{ ... }: { services.nginx.virtualHosts = { "opencode.amd.hoyer.world" = { enableACME = true; forceSSL = true; locations."/" = { proxyPass = "http://127.0.0.1:4196"; proxyWebsockets = true; extraConfig = '' proxy_buffering off; ''; }; }; }; }