services.sympa.database.host

NixOS option

Database host address. For MySQL, use localhost to connect using Unix domain socket. For PostgreSQL, use path to directory (e.g. /run/postgresql) to connect using Unix domain socket located in this directory. Use null to fall back on Sympa default, or when using services.sympa.database.createLocally.

type: null or string
Default
null
declared in: nixos/modules/services/mail/sympa.nixView source on NixOS/nixpkgs →