nixos/initrd-ssh: Fix ignoreEmptyHostKeys description
This commit is contained in:
parent
f9f62ecf47
commit
9f488f27d7
@ -82,7 +82,7 @@ in
|
||||
type = types.bool;
|
||||
default = false;
|
||||
description = ''
|
||||
Allow leaving {option}`config.boot.initrd.network.ssh` empty,
|
||||
Allow leaving {option}`config.boot.initrd.network.ssh.hostKeys` empty,
|
||||
to deploy ssh host keys out of band.
|
||||
'';
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user