diff options
| author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-28 14:07:40 +0200 |
|---|---|---|
| committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-28 14:07:40 +0200 |
| commit | 330cea25d9ca9f43cfeb76283846b6a7cb5645e1 (patch) | |
| tree | abf36b446dd169f4cc6112771a1ba84947b5daef | |
| parent | 5e003747fd897ef57f5ec0d45f8e06a3df5b54a4 (diff) | |
| download | nixos-330cea25d9ca9f43cfeb76283846b6a7cb5645e1.tar nixos-330cea25d9ca9f43cfeb76283846b6a7cb5645e1.tar.gz nixos-330cea25d9ca9f43cfeb76283846b6a7cb5645e1.tar.bz2 nixos-330cea25d9ca9f43cfeb76283846b6a7cb5645e1.tar.xz nixos-330cea25d9ca9f43cfeb76283846b6a7cb5645e1.zip | |
stop hardcoding binary caches
| -rw-r--r-- | ymir.nix | 5 |
1 files changed, 0 insertions, 5 deletions
| @@ -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 = { |
