{ pkgs, lib, config, ... }: { services.postgresql = { package = pkgs.postgresql_14; }; }