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" ]; }