prosody module: optionSet -> submodule
This commit is contained in:
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 {
|
||||||
|
|
Loading…
Reference in New Issue