services.mjolnir.settings

NixOS option

Additional settings (see mjolnir default config for available settings). These settings will override settings made by the module config.

type: YAML 1.1 value
Default
{ }
Example
{
  autojoinOnlyIfManager = true;
  automaticallyRedactForReasons = [ "spam" "advertising" ];
}
declared in: nixos/modules/services/matrix/mjolnir.nixView source on NixOS/nixpkgs →