{ pkgs, config, ...}: { services.postgresql = { enable = true; settings.port = 5432; }; }