From 6039648c50c7c0858b5e506c6298773a98e0f066 Mon Sep 17 00:00:00 2001 From: pennae Date: Mon, 15 Aug 2022 07:16:25 +0200 Subject: nixos/*: automatically convert option docs --- nixos/modules/system/boot/luksroot.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos/modules/system') diff --git a/nixos/modules/system/boot/luksroot.nix b/nixos/modules/system/boot/luksroot.nix index 899f7df51e45..8cd16974916c 100644 --- a/nixos/modules/system/boot/luksroot.nix +++ b/nixos/modules/system/boot/luksroot.nix @@ -532,14 +532,14 @@ in boot.initrd.luks.reusePassphrases = mkOption { type = types.bool; default = true; - description = '' + description = lib.mdDoc '' When opening a new LUKS device try reusing last successful passphrase. Useful for mounting a number of devices that use the same passphrase without retyping it several times. - Such setup can be useful if you use cryptsetup luksSuspend. + Such setup can be useful if you use {command}`cryptsetup luksSuspend`. Different LUKS devices will still have different master keys even when using the same passphrase. ''; -- cgit 1.4.1