summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-28 14:07:40 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-28 14:07:40 +0200
commit330cea25d9ca9f43cfeb76283846b6a7cb5645e1 (patch)
treeabf36b446dd169f4cc6112771a1ba84947b5daef /ymir.nix
parent5e003747fd897ef57f5ec0d45f8e06a3df5b54a4 (diff)
downloadnixos-330cea25d9ca9f43cfeb76283846b6a7cb5645e1.tar
nixos-330cea25d9ca9f43cfeb76283846b6a7cb5645e1.tar.gz
nixos-330cea25d9ca9f43cfeb76283846b6a7cb5645e1.tar.bz2
nixos-330cea25d9ca9f43cfeb76283846b6a7cb5645e1.tar.xz
nixos-330cea25d9ca9f43cfeb76283846b6a7cb5645e1.zip
stop hardcoding binary caches
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/ymir.nix b/ymir.nix
index 0933fd21..d4fcc4cc 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -165,11 +165,6 @@ in rec {
165 enable = false; 165 enable = false;
166 }; 166 };
167 167
168 nix.binaryCaches = [ "https://cache.nixos.org/"
169 ];
170 nix.binaryCachePublicKeys = [ "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
171 ];
172
173 # List services that you want to enable: 168 # List services that you want to enable:
174 169
175 services.openssh = { 170 services.openssh = {