about summary refs log tree commit diff
path: root/nixos/modules/system/boot
diff options
context:
space:
mode:
authorMing-Chuan <ming@culpring.com>2024-06-02 19:42:34 -0700
committertomf <tom@tom-fitzhenry.me.uk>2024-06-11 19:31:21 +1000
commit9f488f27d76140590253896b1a1b85a6b98d01f2 (patch)
tree2a6d8c7c03faed8e4c96005c3d5f3e073f333203 /nixos/modules/system/boot
parentf9f62ecf473fc9ebb1add7592635354675f61629 (diff)
nixos/initrd-ssh: Fix ignoreEmptyHostKeys description
Diffstat (limited to 'nixos/modules/system/boot')
-rw-r--r--nixos/modules/system/boot/initrd-ssh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/initrd-ssh.nix b/nixos/modules/system/boot/initrd-ssh.nix
index 9ce5a85b4f073..d1cd601c2d9b1 100644
--- a/nixos/modules/system/boot/initrd-ssh.nix
+++ b/nixos/modules/system/boot/initrd-ssh.nix
@@ -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.
       '';
     };