Merge pull request #185056 from pennae/option-docs-md
nixos/*: more option docs conversions
This commit is contained in:
@@ -548,11 +548,11 @@ in
|
||||
boot.initrd.luks.devices = mkOption {
|
||||
default = { };
|
||||
example = { luksroot.device = "/dev/disk/by-uuid/430e9eff-d852-4f68-aa3b-2fa3599ebe08"; };
|
||||
description = ''
|
||||
description = lib.mdDoc ''
|
||||
The encrypted disk that should be opened before the root
|
||||
filesystem is mounted. Both LVM-over-LUKS and LUKS-over-LVM
|
||||
setups are supported. The unencrypted devices can be accessed as
|
||||
<filename>/dev/mapper/<replaceable>name</replaceable></filename>.
|
||||
{file}`/dev/mapper/«name»`.
|
||||
'';
|
||||
|
||||
type = with types; attrsOf (submodule (
|
||||
|
||||
Reference in New Issue
Block a user