services.sympa.database.name
NixOS option
Database name. When using SQLite this must be an absolute path to the database file.
type: stringDefault
declared in: nixos/modules/services/mail/sympa.nixView source on NixOS/nixpkgs →if database.type == "SQLite" then "/var/lib/sympa/sympa.sqlite" else "sympa"