services.sympa.database.name

NixOS option

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 in: nixos/modules/services/mail/sympa.nixView source on NixOS/nixpkgs →