MyNixOS website logo
option

services.heisenbridge.namespaces

Configure the 'namespaces' section of the registration.yml for the bridge and the server.

Declarations
Type
JSON value
Default
{
  aliases = [ ];
  rooms = [ ];
  users = [
    {
      exclusive = true;
      regex = "@irc_.*";
    }
  ];
}