summaryrefslogtreecommitdiffstats
path: root/modules/lass
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2015-05-15 16:42:01 +0200
committertv <tv@shackspace.de>2015-05-19 23:17:20 +0200
commit1eb9c8fdd1fcbfe13f2bf67cc386a2606c9be501 (patch)
tree4ccb49428490789d56c92e5bfd06cc3575b0cb00 /modules/lass
parent709777dd4910fef1f68685a767f679ce2cc4d3d6 (diff)
cleanup, minor changes
Diffstat (limited to 'modules/lass')
-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 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"
];
}