diff --git a/Deployments/IOHK.nix b/Deployments/IOHK.nix new file mode 100644 index 0000000..a384d5f --- /dev/null +++ b/Deployments/IOHK.nix @@ -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=" + ]; + +}