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

This commit is contained in:
Ben Wolsieffer
2020-06-04 17:53:29 -04:00
parent 467ce5a9f4
commit 50a5e5597a
+1 -2
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 =
'' ''