nixos/stage-1: make boot.initrd.secrets appear in the manual

This commit is contained in:
Ben Wolsieffer 2020-04-18 16:01:30 -04:00
parent 467ce5a9f4
commit 50a5e5597a

View File

@ -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 =
'' ''