Define the virtual hosts.
Declarations
Type
attribute set of (submodule)
Default
{
localhost = {
domain = "localhost";
enabled = true;
};
}
Example
{
myhost = {
domain = "my-xmpp-example-host.org";
enabled = true;
};
}
Define the virtual hosts.
attribute set of (submodule)
{
localhost = {
domain = "localhost";
enabled = true;
};
}
{
myhost = {
domain = "my-xmpp-example-host.org";
enabled = true;
};
}