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 valueDefault
{ }Example
declared in: nixos/modules/services/matrix/mjolnir.nixView source on NixOS/nixpkgs →{
autojoinOnlyIfManager = true;
automaticallyRedactForReasons = [ "spam" "advertising" ];
}