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