From 42f5eb9c1a708d27aa60a671cd85b0b9612a747b Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 11 Oct 2025 00:13:51 -0500 Subject: [PATCH] 254 current 2025-10-10 23:53:30 25.05.20251006.20c4598 6.12.50 * --- flake.nix | 2 +- .../homelab/services/smarthome/homeassistant/default.nix | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index fd4b149..5510633 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 253 current 2025-10-10 23:51:29 25.05.20251006.20c4598 6.12.50 * +# generation: 254 current 2025-10-10 23:53:30 25.05.20251006.20c4598 6.12.50 * { description = "blakes nix config"; inputs = { diff --git a/modules/homelab/services/smarthome/homeassistant/default.nix b/modules/homelab/services/smarthome/homeassistant/default.nix index 3416176..51816df 100644 --- a/modules/homelab/services/smarthome/homeassistant/default.nix +++ b/modules/homelab/services/smarthome/homeassistant/default.nix @@ -105,6 +105,9 @@ in forceSSL = true; sslCertificate = sec."ssl_blakedheld_crt".path; sslCertificateKey = sec."ssl_blakedheld_key".path; + extraConfig = '' + proxy_buffering off; + ''; locations."/" = { proxyPass = "http://127.0.0.1:${toString cfg.port}"; }; @@ -114,6 +117,9 @@ in forceSSL = true; sslCertificate = sec."ssl_blakedheld_crt".path; sslCertificateKey = sec."ssl_blakedheld_key".path; + extraConfig = '' + proxy_buffering off; + ''; locations."/" = { proxyPass = "http://127.0.0.1:${toString cfg.port}"; };