Loading nixos/modules/services/monitoring/zabbix-proxy.nix +1 −1 Original line number Diff line number Diff line Loading @@ -103,7 +103,7 @@ in port = mkOption { type = types.port; default = if cfg.database.type == "mysql" then mysql.port else pgsql.services.port; default = if cfg.database.type == "mysql" then mysql.port else pgsql.settings.port; defaultText = literalExpression '' if config.${opt.database.type} == "mysql" then config.${options.services.mysql.port} Loading Loading
nixos/modules/services/monitoring/zabbix-proxy.nix +1 −1 Original line number Diff line number Diff line Loading @@ -103,7 +103,7 @@ in port = mkOption { type = types.port; default = if cfg.database.type == "mysql" then mysql.port else pgsql.services.port; default = if cfg.database.type == "mysql" then mysql.port else pgsql.settings.port; defaultText = literalExpression '' if config.${opt.database.type} == "mysql" then config.${options.services.mysql.port} Loading