From 50a5e5597a33f40567f2592ab7c59bb9856fab7b Mon Sep 17 00:00:00 2001 From: Ben Wolsieffer Date: Sat, 18 Apr 2020 16:01:30 -0400 Subject: [PATCH] nixos/stage-1: make boot.initrd.secrets appear in the manual --- nixos/modules/system/boot/stage-1.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos/modules/system/boot/stage-1.nix b/nixos/modules/system/boot/stage-1.nix index dfd158e2d75..9bf3228d1ad 100644 --- a/nixos/modules/system/boot/stage-1.nix +++ b/nixos/modules/system/boot/stage-1.nix @@ -517,8 +517,7 @@ in }; boot.initrd.secrets = mkOption - { internal = true; - default = {}; + { default = {}; type = types.attrsOf (types.nullOr types.path); description = ''