diff options
author | lassulus <lass@aidsballs.de> | 2015-07-16 15:51:01 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2015-07-16 15:51:01 +0200 |
commit | c3e295b56eba690fc5422b74a74ffca6d9f98ac5 (patch) | |
tree | 364dbf9606d2805fcd03e8814910db7e06f12450 /2configs/lass/binary-caches.nix | |
parent | 670cfaf39aaacb87d49d3fdffa53df34ee0f4d95 (diff) |
2 lass: re-add all configs
Diffstat (limited to '2configs/lass/binary-caches.nix')
-rw-r--r-- | 2configs/lass/binary-caches.nix | 13 |
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 000000000..c2727520d --- /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" + ]; +} |