Added IOHK binary caches

This commit is contained in:
Serĉanto de Scio 2019-09-25 13:53:08 +10:00
parent 3ad3124957
commit da2a30be2b
Signed by: sercanto
GPG key ID: A4122FF3971B6865

15
Deployments/IOHK.nix Normal file
View file

@ -0,0 +1,15 @@
# NixOps configuration for the hosts utilising IOHK resources
{ config, pkgs, lib, ... }:
{
nix.binaryCaches = [
"https://cache.nixos.org"
"https://hydra.iohk.io"
];
nix.binaryCachePublicKeys = [
"hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="
];
}