summaryrefslogtreecommitdiffstats
path: root/2configs/lass/binary-caches.nix
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2015-07-28 20:28:21 +0200
committerlassulus <lass@aidsballs.de>2015-07-28 20:28:21 +0200
commitaa3a158c25d436643144b24d47a10e2e6d0660eb (patch)
treeb5e713e74a49854b3bf71641a9837dfcc3854136 /2configs/lass/binary-caches.nix
parent7acd1262519d8f15c8eb89a0dce968eb26d6b7d4 (diff)
lass: port everything to stockholm
Diffstat (limited to '2configs/lass/binary-caches.nix')
-rw-r--r--2configs/lass/binary-caches.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/2configs/lass/binary-caches.nix b/2configs/lass/binary-caches.nix
deleted file mode 100644
index c272752..0000000
--- a/2configs/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"
- ];
-}