diff options
Diffstat (limited to 'modules/lass')
-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 a4ab41588..4755b116f 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 = [ - "ssh://nix@mors" - "ssh://nix@uriel" + "scp://nix-ssh@mors" + "scp://nix-ssh@uriel" ]; } |