services.pretalx.settings.database.host
NixOS option
Database host or socket path.
type: null or absolute pathDefault
declared in: nixos/modules/services/web-apps/pretalx.nixView source on NixOS/nixpkgs →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