nixos/stage-1: make boot.initrd.secrets appear in the manual
This commit is contained in:
parent
467ce5a9f4
commit
50a5e5597a
@ -517,8 +517,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
boot.initrd.secrets = mkOption
|
boot.initrd.secrets = mkOption
|
||||||
{ internal = true;
|
{ default = {};
|
||||||
default = {};
|
|
||||||
type = types.attrsOf (types.nullOr types.path);
|
type = types.attrsOf (types.nullOr types.path);
|
||||||
description =
|
description =
|
||||||
''
|
''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user