summaryrefslogtreecommitdiffstats
path: root/2configs/lass/binary-caches.nix
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2015-07-16 15:51:01 +0200
committerlassulus <lass@aidsballs.de>2015-07-16 15:51:01 +0200
commitd0906762de2565e9c4e4bd3c1af50806daaed043 (patch)
tree364dbf9606d2805fcd03e8814910db7e06f12450 /2configs/lass/binary-caches.nix
parente26bf985ca9decbfedc04435ca668ee0549663b1 (diff)
2 lass: re-add all configs
Diffstat (limited to '2configs/lass/binary-caches.nix')
-rw-r--r--2configs/lass/binary-caches.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/2configs/lass/binary-caches.nix b/2configs/lass/binary-caches.nix
new file mode 100644
index 0000000..c272752
--- /dev/null
+++ b/2configs/lass/binary-caches.nix
@@ -0,0 +1,13 @@
+{ config, ... }:
+
+{
+ nix.sshServe.enable = true;
+ nix.sshServe.keys = [
+ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBF9SBNKE3Pw/ALwTfzpzs+j6Rpaf0kUy6FiPMmgNNNt root@mors"
+ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFCZSq5oLrokkh3F+MOdK5/nzVIEDvqyvfzLMNWmzsYD root@uriel"
+ ];
+ nix.binaryCaches = [
+ #"scp://nix-ssh@mors"
+ #"scp://nix-ssh@uriel"
+ ];
+}