summaryrefslogtreecommitdiff
path: root/os/kay
diff options
context:
space:
mode:
Diffstat (limited to 'os/kay')
-rw-r--r--os/kay/modules/www.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/os/kay/modules/www.nix b/os/kay/modules/www.nix
index f565cac..e41c11e 100644
--- a/os/kay/modules/www.nix
+++ b/os/kay/modules/www.nix
@@ -25,7 +25,9 @@ in
enableQuicBPF = true;
recommendedTlsSettings = true;
- recommendedZstdSettings = true;
+ # breaks home-assistant proxy for some reason
+ # only the first request goes through, then site hangs
+ # recommendedZstdSettings = true;
recommendedOptimisation = true;
recommendedGzipSettings = true;
recommendedProxySettings = true;