services.sympa.database.name

Database name. When using SQLite this must be an absolute path to the database file.

Type
string
Default
if database.type == "SQLite" then "/var/lib/sympa/sympa.sqlite" else "sympa"
Declared
<nixpkgs/nixos/modules/services/mail/sympa.nix>