Skip to content

Commit af7bd60

Browse files
committed
firestorm: update postgres
1 parent 97fafe0 commit af7bd60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

host/firestorm/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ with lib;
230230
in
231231
{
232232
enable = true;
233-
package = pkgs.postgresql_13;
233+
package = pkgs.postgresql_18;
234234
dataDir = "/storage/postgres/${config.services.postgresql.package.psqlSchema}";
235235
enableTCPIP = true;
236236
authentication = ''

0 commit comments

Comments
 (0)