services.zabbixWeb.database.port

Database host port.

Type
16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default
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
Declared
<nixpkgs/nixos/modules/services/web-apps/zabbix.nix>