From 4689abd47bdfa7581d5b11027794951dc5eaa748 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Sun, 26 Jan 2025 18:51:19 +0100 Subject: [PATCH] service/webserver: fix extraConfigs --- modules/services/home-automation/default.nix | 13 ------------- 1 file changed, 13 deletions(-) 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; - }; - }; } ];