l prism.r: add rsa hostKey
This commit is contained in:
parent
6590739119
commit
4d48a1e109
@ -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";
|
||||
}];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user