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