l prism.r: add rsa hostKey

This commit is contained in:
lassulus 2019-05-29 15:32:59 +02:00
parent 6590739119
commit 4d48a1e109

View File

@ -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";
}];
}