Upgrade to PostgreSQL 16

This commit is contained in:
2025-02-28 06:08:45 +01:00
parent 78f3761754
commit a23c52cdf3

View File

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