prosody module: optionSet -> submodule

This commit is contained in:
Eric Sagnes
2016-09-13 12:53:11 +09:00
parent c3bdee3c39
commit d89a718baf
@@ -164,7 +164,7 @@ in
description = "Define the virtual hosts"; description = "Define the virtual hosts";
type = types.loaOf types.optionSet; type = with types; loaOf (submodule vHostOpts);
example = { example = {
myhost = { myhost = {
@@ -180,7 +180,6 @@ in
}; };
}; };
options = [ vHostOpts ];
}; };
ssl = mkOption { ssl = mkOption {