From 7e800f95bc9e10d533bfcda5a88f989ace205dc6 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 4 Nov 2015 13:01:13 +0100 Subject: trusting hydra --- ymir.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ymir.nix') diff --git a/ymir.nix b/ymir.nix index 52b6f15a..3150675f 100644 --- a/ymir.nix +++ b/ymir.nix @@ -84,6 +84,10 @@ in { enable = false; }; + nix.binaryCaches = [ "https://cache.nixos.org/" + "https://hydra.nixos.org/" + ]; + # List services that you want to enable: services.openssh = { -- cgit v1.2.3