Disable HTTP2 to work around a bug in the Nix binary caching

This commit is contained in:
Vili Sinervä 2025-07-07 11:22:06 +03:00
parent 139c828562
commit 150fb62b4a
Signed by: Vili Sinervä
SSH key fingerprint: SHA256:FladqYjaE4scJY3Hi+gnShZ6ygnTJgixy0I6BAoHyos

View file

@ -158,6 +158,7 @@
"flakes" "flakes"
]; ];
auto-optimise-store = true; auto-optimise-store = true;
http2 = false;
substituters = [ "https://cache.sinerva.eu" ]; substituters = [ "https://cache.sinerva.eu" ];
trusted-public-keys = [ "cache.sinerva.eu:TaIhyAKozO/r88EBWMSdbp+TB0YlcXT/EADunYoYLVc=" ]; trusted-public-keys = [ "cache.sinerva.eu:TaIhyAKozO/r88EBWMSdbp+TB0YlcXT/EADunYoYLVc=" ];
}; };