update postresq to 15

This commit is contained in:
2024-02-18 09:34:50 +01:00
parent dab2e8b0ac
commit b4e573b9f2

View File

@@ -7,7 +7,7 @@
{
services.postgresql = {
enable = true;
package = pkgs.postgresql_14;
package = pkgs.postgresql_15;
settings = {
max_connections = 200;
listen_addresses = "localhost";