Upgrade to PostgreSQL 16

This commit is contained in:
coolneng 2025-02-28 06:08:45 +01:00
parent 78f3761754
commit a23c52cdf3
Signed by: coolneng
GPG Key ID: 9893DA236405AF57

View File

@ -193,7 +193,7 @@
# PostgreSQL databases configuration
services.postgresql = {
enable = true;
package = pkgs.postgresql_15;
package = pkgs.postgresql_16;
authentication = lib.mkForce ''
# Generated file; do not edit!
# TYPE DATABASE USER ADDRESS METHOD