{ config, pkgs, ... }: { # used for gitea and nextcloud services.postgresql = { enable = true; package = pkgs.postgresql_18; }; }