allow multiple hostKeys

This commit is contained in:
lassulus 2019-04-30 19:12:00 +02:00
parent 18b98333d4
commit 222160fc3a
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ let
services.openssh.hostKeys =
let inherit (config.krebs.build.host.ssh) privkey; in
mkIf (privkey != null) (mkForce [privkey]);
mkIf (privkey != null) [privkey];
# TODO use imports for merging
services.openssh.knownHosts =