summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-11-04 13:01:13 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2015-11-04 13:01:13 +0100
commit7e800f95bc9e10d533bfcda5a88f989ace205dc6 (patch)
tree96957d574e2379921dab2a251949ceb3ec9bf83d /ymir.nix
parentf599188841bda3447159556578f6e1c12b984ea1 (diff)
downloadnixos-7e800f95bc9e10d533bfcda5a88f989ace205dc6.tar
nixos-7e800f95bc9e10d533bfcda5a88f989ace205dc6.tar.gz
nixos-7e800f95bc9e10d533bfcda5a88f989ace205dc6.tar.bz2
nixos-7e800f95bc9e10d533bfcda5a88f989ace205dc6.tar.xz
nixos-7e800f95bc9e10d533bfcda5a88f989ace205dc6.zip
trusting hydra
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index 52b6f15a..3150675f 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -84,6 +84,10 @@ in {
84 enable = false; 84 enable = false;
85 }; 85 };
86 86
87 nix.binaryCaches = [ "https://cache.nixos.org/"
88 "https://hydra.nixos.org/"
89 ];
90
87 # List services that you want to enable: 91 # List services that you want to enable:
88 92
89 services.openssh = { 93 services.openssh = {