services.rspamd.extraArgs

NixOS option

A list of extra command line arguments to pass to rspamd. Check rspamd --help for possible arguments.

type: list of string
Default
[ ]
Example
[
  "--var=RBL_API_KEY=\${RBL_API_KEY}"
]
declared in: nixos/modules/services/mail/rspamd.nixView source on NixOS/nixpkgs →