summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2015-05-19 22:31:33 +0200
committertv <tv@shackspace.de>2015-05-19 23:17:20 +0200
commit3be7c69f5cba0d8e8c9955b8252a6f613fce6ef5 (patch)
tree72cdead2ff299130bc0255a2b7c2fbef55a7b129 /modules
parentd5ff5ec5f2a3b178b12a62c631397bccdaeb92bc (diff)
disbale binary-caches (they dont work with ssh)
Diffstat (limited to 'modules')
-rw-r--r--modules/lass/binary-caches.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/lass/binary-caches.nix b/modules/lass/binary-caches.nix
index 4755b116..c2727520 100644
--- a/modules/lass/binary-caches.nix
+++ b/modules/lass/binary-caches.nix
@@ -7,7 +7,7 @@
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFCZSq5oLrokkh3F+MOdK5/nzVIEDvqyvfzLMNWmzsYD root@uriel"
];
nix.binaryCaches = [
- "scp://nix-ssh@mors"
- "scp://nix-ssh@uriel"
+ #"scp://nix-ssh@mors"
+ #"scp://nix-ssh@uriel"
];
}