box: update to postgresql 15

This commit is contained in:
Aaron Bieber 2023-12-01 13:42:32 -07:00
parent 2daa1314d9
commit b7b1aa52dd
No known key found for this signature in database

View File

@ -1073,7 +1073,9 @@ in
};
postgresql = {
enable = true;
dataDir = "/db/postgres";
#dataDir = "/db/postgres";
package = pkgs.postgresql_15;
#enableTCPIP = true;
#authentication = pkgs.lib.mkOverride 14 ''