diff --git a/modules/services/home-automation/default.nix b/modules/services/home-automation/default.nix index f07df03..dd7639d 100644 --- a/modules/services/home-automation/default.nix +++ b/modules/services/home-automation/default.nix @@ -149,23 +149,10 @@ in { subdomain = "automation"; inherit (cfg) port; - extraConfig = { - locations."/" = { - proxyWebsockets = true; - extraConfig = '' - proxy_buffering off; - ''; - }; - }; } { subdomain = "esphome"; inherit (config.services.esphome) port; - extraConfig = { - locations."/" = { - proxyWebsockets = true; - }; - }; } ];