summary refs log tree commit diff
path: root/nixos/modules/system/boot/stage-1.nix
diff options
context:
space:
mode:
authorBen Wolsieffer <benwolsieffer@gmail.com>2020-04-18 16:01:30 -0400
committerBen Wolsieffer <benwolsieffer@gmail.com>2020-06-04 17:53:29 -0400
commit50a5e5597a33f40567f2592ab7c59bb9856fab7b (patch)
tree3789508b8776d290ec78bf997e935c6ba4533844 /nixos/modules/system/boot/stage-1.nix
parent467ce5a9f45aaf96110b41eb863a56866e1c2c3c (diff)
downloadnixpkgs-50a5e5597a33f40567f2592ab7c59bb9856fab7b.tar
nixpkgs-50a5e5597a33f40567f2592ab7c59bb9856fab7b.tar.gz
nixpkgs-50a5e5597a33f40567f2592ab7c59bb9856fab7b.tar.bz2
nixpkgs-50a5e5597a33f40567f2592ab7c59bb9856fab7b.tar.lz
nixpkgs-50a5e5597a33f40567f2592ab7c59bb9856fab7b.tar.xz
nixpkgs-50a5e5597a33f40567f2592ab7c59bb9856fab7b.tar.zst
nixpkgs-50a5e5597a33f40567f2592ab7c59bb9856fab7b.zip
nixos/stage-1: make boot.initrd.secrets appear in the manual
Diffstat (limited to 'nixos/modules/system/boot/stage-1.nix')
-rw-r--r--nixos/modules/system/boot/stage-1.nix3
1 files changed, 1 insertions, 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 =
           ''