summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2019-05-29 15:32:59 +0200
committerlassulus <lassulus@lassul.us>2019-05-29 15:54:14 +0200
commit4d48a1e10942f2885f9728d736f7c87b58780982 (patch)
treeb5348098368228e381e2ab5bfccf2521b6f7cff5
parent65907391192875d0051f92950516a70919272c26 (diff)
l prism.r: add rsa hostKey
-rw-r--r--lass/1systems/prism/config.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/lass/1systems/prism/config.nix b/lass/1systems/prism/config.nix
index dbbcbc5d..eec8e34b 100644
--- a/lass/1systems/prism/config.nix
+++ b/lass/1systems/prism/config.nix
@@ -463,4 +463,10 @@ with import <stockholm/lib>;
enable = true;
freeMemThreshold = 5;
};
+
+ # prism rsa hack
+ services.openssh.hostKeys = [{
+ path = toString <secrets> + "ssh.id_rsa";
+ type = "rsa";
+ }];
}