diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-04 13:01:13 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-04 13:01:13 +0100 |
commit | 7e800f95bc9e10d533bfcda5a88f989ace205dc6 (patch) | |
tree | 96957d574e2379921dab2a251949ceb3ec9bf83d /ymir.nix | |
parent | f599188841bda3447159556578f6e1c12b984ea1 (diff) | |
download | nixos-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.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 = { |