allow multiple hostKeys
This commit is contained in:
parent
18b98333d4
commit
222160fc3a
@ -132,7 +132,7 @@ let
|
|||||||
|
|
||||||
services.openssh.hostKeys =
|
services.openssh.hostKeys =
|
||||||
let inherit (config.krebs.build.host.ssh) privkey; in
|
let inherit (config.krebs.build.host.ssh) privkey; in
|
||||||
mkIf (privkey != null) (mkForce [privkey]);
|
mkIf (privkey != null) [privkey];
|
||||||
|
|
||||||
# TODO use imports for merging
|
# TODO use imports for merging
|
||||||
services.openssh.knownHosts =
|
services.openssh.knownHosts =
|
||||||
|
Loading…
Reference in New Issue
Block a user