services.zabbixWeb.database.port
NixOS option
Database host port.
type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)Default
declared in: nixos/modules/services/web-apps/zabbix.nixView source on NixOS/nixpkgs →if config.services.zabbixWeb.database.type == "mysql" then config.services.mysql.port else if config.services.zabbixWeb.database.type == "pgsql" then config.services.postgresql.settings.port else 1521