services.maubot.settings.homeservers

Known homeservers. This is required for the mbc auth command and also allows more convenient access from the management UI. If you want to specify registration secrets, pass this via extraConfigFile instead.

Type
attribute set of (submodule)
Default
{
  "matrix.org" = {
    url = "https://matrix-client.matrix.org";
  };
}
Declared
<nixpkgs/nixos/modules/services/matrix/maubot.nix>