mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
prosody module: optionSet -> submodule
This commit is contained in:
parent
c3bdee3c39
commit
d89a718baf
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue