grub module: optionSet -> submodule

This commit is contained in:
Eric Sagnes 2016-09-11 18:51:48 +09:00
parent 03ee88f666
commit 55e437806a

View File

@ -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 {