chore(postgres): upgrade to postgresql_16
- Updated PostgreSQL package version from default to `postgresql_16` for compatibility and feature improvements
This commit is contained in:
parent
39fbc03827
commit
09b6afc1ac
@ -3,6 +3,6 @@
|
||||
{
|
||||
services.postgresql = {
|
||||
enable = true;
|
||||
package = lib.mkForce pkgs.postgresql;
|
||||
package = lib.mkForce pkgs.postgresql_16;
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user