thrall: Disable cache from IOHK temporarily

This commit is contained in:
Alexander Kobjolke 2023-02-14 21:08:51 +01:00
parent 481d15f1b3
commit f271c39a34

View file

@ -18,7 +18,7 @@
# Binary Cache for Haskell.nix
nix.binaryCachePublicKeys =
[ "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" ];
nix.binaryCaches = [ "https://hydra.iohk.io" ];
#nix.binaryCaches = [ "https://hydra.iohk.io" ];
# Use the GRUB 2 boot loader.
boot.loader.grub.enable = true;