diff options
author | lassulus <lass@aidsballs.de> | 2015-05-19 22:31:33 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-05-19 23:17:20 +0200 |
commit | 581bb1d19e7dec73e5171ce46c707ce7a3a796e3 (patch) | |
tree | 72cdead2ff299130bc0255a2b7c2fbef55a7b129 | |
parent | a4ffc9491969359aa6dbac3fa0e5a25702de4550 (diff) |
disbale binary-caches (they dont work with ssh)
-rw-r--r-- | modules/lass/binary-caches.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/lass/binary-caches.nix b/modules/lass/binary-caches.nix index 4755b11..c272752 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" ]; } |