diff options
| author | lassulus <lass@aidsballs.de> | 2015-05-19 22:31:33 +0200 |
|---|---|---|
| committer | tv <tv@shackspace.de> | 2015-05-19 23:17:20 +0200 |
| commit | 3be7c69f5cba0d8e8c9955b8252a6f613fce6ef5 (patch) | |
| tree | 72cdead2ff299130bc0255a2b7c2fbef55a7b129 | |
| parent | d5ff5ec5f2a3b178b12a62c631397bccdaeb92bc (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 4755b116f..c2727520d 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" ]; } |
