xinet module: optionSet -> submodule

This commit is contained in:
Eric Sagnes
2016-09-13 12:53:11 +09:00
parent 819524a0d3
commit 775d98acbc
+3 -1
View File
@@ -65,7 +65,7 @@ in
A list of services provided by xinetd. A list of services provided by xinetd.
''; '';
type = types.listOf types.optionSet; type = with types; listOf (submodule ({
options = { options = {
@@ -131,6 +131,8 @@ in
}; };
}));
}; };
}; };