prosody module: optionSet -> submodule

This commit is contained in:
Eric Sagnes
2016-09-11 18:06:35 +09:00
parent c3bdee3c39
commit d89a718baf

View File

@@ -164,7 +164,7 @@ in
description = "Define the virtual hosts";
type = types.loaOf types.optionSet;
type = with types; loaOf (submodule vHostOpts);
example = {
myhost = {
@@ -180,7 +180,6 @@ in
};
};
options = [ vHostOpts ];
};
ssl = mkOption {