xinet module: optionSet -> submodule

This commit is contained in:
Eric Sagnes 2016-09-11 18:20:30 +09:00
parent 819524a0d3
commit 775d98acbc

View File

@ -65,7 +65,7 @@ in
A list of services provided by xinetd.
'';
type = types.listOf types.optionSet;
type = with types; listOf (submodule ({
options = {
@ -131,6 +131,8 @@ in
};
}));
};
};