nixos/initrd-ssh: Fix ignoreEmptyHostKeys description

This commit is contained in:
Ming-Chuan 2024-06-02 19:42:34 -07:00 committed by tomf
parent f9f62ecf47
commit 9f488f27d7

View File

@ -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.
'';
};