Added IOHK binary caches
This commit is contained in:
parent
3ad3124957
commit
da2a30be2b
15
Deployments/IOHK.nix
Normal file
15
Deployments/IOHK.nix
Normal 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="
|
||||||
|
];
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in a new issue