add key for hydra.nixos.org

This commit is contained in:
Gabriel Ebner 2015-08-19 17:45:11 +02:00
parent 97a713cb53
commit 9dab3442c5

@ -11,6 +11,7 @@
nix.binaryCaches = [ https://hydra.nixos.org https://cache.nixos.org ];
nix.trustedBinaryCaches = [ https://hydra.nixos.org https://cache.nixos.org ];
nix.binaryCachePublicKeys = [ "hydra.nixos.org-1:CNHJZBh9K4tP3EKF6FkkgeVYsS3ohTl+oS0Qa8bezVs=" ];
nix.extraOptions = "auto-optimise-store = true";
networking.networkmanager.enable = true;