feat: switched from using postgresql_16->postgresql_17

This commit is contained in:
Ceferino Patino 2026-05-22 14:49:47 -05:00
commit 8b59fb3e38
Signed by: c4patino
SSH key fingerprint: SHA256:Wu+cU1t+7zVT9wzew/4meNmeulo66NzMqc22MdDBgXI

View file

@ -28,7 +28,7 @@ in {
postgresql = {
enable = true;
enableTCPIP = true;
package = pkgs.postgresql_16;
package = pkgs.postgresql_17;
settings = {
port = port;