prosody module: optionSet -> submodule

This commit is contained in:
Eric Sagnes 2016-09-11 18:06:35 +09:00
parent c3bdee3c39
commit d89a718baf
1 changed files with 1 additions and 2 deletions

View File

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