MyNixOS website logo
option

services.pretalx.settings.database.host

Database host or socket path.

Declarations
Type
null or path
Default
if config.services.pretalx.settings..database.backend == "postgresql" then "/run/postgresql"
else if config.services.pretalx.settings.database.backend == "mysql" then "/run/mysqld/mysqld.sock"
else null