MyNixOS website logo
option

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.

Declarations
Type
attribute set of (submodule)
Default
{
  "matrix.org" = {
    url = "https://matrix-client.matrix.org";
  };
}