grub module: optionSet -> submodule
This commit is contained in:
parent
03ee88f666
commit
55e437806a
@ -131,8 +131,7 @@ in
|
||||
to the respective devices corresponding to those partitions.
|
||||
'';
|
||||
|
||||
type = types.listOf types.optionSet;
|
||||
|
||||
type = with types; listOf (submodule {
|
||||
options = {
|
||||
|
||||
path = mkOption {
|
||||
@ -176,6 +175,7 @@ in
|
||||
};
|
||||
|
||||
};
|
||||
});
|
||||
};
|
||||
|
||||
configurationName = mkOption {
|
||||
|
Loading…
x
Reference in New Issue
Block a user