summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"
];
}