services.rspamd.locals

Local configuration files, written into /etc/rspamd/local.d/{name}.

Type
attribute set of (submodule)
Default
{ }
Example
{ "redis.conf".source = "/nix/store/.../etc/dir/redis.conf";
  "arc.conf".text = "allow_envfrom_empty = true;";
}
Declared
<nixpkgs/nixos/modules/services/mail/rspamd.nix>