services.prosody.virtualHosts

Define the virtual hosts

Type
attribute set of (submodule)
Default
{
  localhost = {
    domain = "localhost";
    enabled = true;
  };
}
Example
{
  myhost = {
    domain = "my-xmpp-example-host.org";
    enabled = true;
  };
}
Declared
<nixpkgs/nixos/modules/services/networking/prosody.nix>