From 150fb62b4a1dd4a83abcd2d9962c0793c1dced0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Mon, 7 Jul 2025 11:22:06 +0300 Subject: [PATCH] Disable HTTP2 to work around a bug in the Nix binary caching --- modules/roles/base.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/roles/base.nix b/modules/roles/base.nix index 8d812de..96e0f42 100644 --- a/modules/roles/base.nix +++ b/modules/roles/base.nix @@ -158,6 +158,7 @@ "flakes" ]; auto-optimise-store = true; + http2 = false; substituters = [ "https://cache.sinerva.eu" ]; trusted-public-keys = [ "cache.sinerva.eu:TaIhyAKozO/r88EBWMSdbp+TB0YlcXT/EADunYoYLVc=" ]; };