services.sympa.settings

NixOS option

The sympa.conf configuration file as key value set. See https://sympa-community.github.io/gpldoc/man/sympa.conf.5.html for list of configuration parameters.

type: attribute set of (string or signed integer or boolean)
Default
{ }
Example
{
  default_home = "lists";
  viewlogs_page_size = 50;
}
declared in: nixos/modules/services/mail/sympa.nixView source on NixOS/nixpkgs →