Merge pull request #185056 from pennae/option-docs-md

nixos/*: more option docs conversions
This commit is contained in:
pennae
2022-08-05 17:36:49 +02:00
committed by GitHub
149 changed files with 1008 additions and 1119 deletions

View File

@@ -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 (