summaryrefslogtreecommitdiffstats
path: root/old/modules/lass/binary-caches.nix
diff options
context:
space:
mode:
Diffstat (limited to 'old/modules/lass/binary-caches.nix')
-rw-r--r--old/modules/lass/binary-caches.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/old/modules/lass/binary-caches.nix b/old/modules/lass/binary-caches.nix
new file mode 100644
index 00000000..c2727520
--- /dev/null
+++ b/old/modules/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"
+ ];
+}