Skip to content

Commit 9ef7c32

Browse files
committed
artemis: upgrade to PostreSQL 17
1 parent e282035 commit 9ef7c32

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

hosts/artemis/postgres.nix

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
{
33
services.postgresql = {
44
enable = true;
5-
package = pkgs.postgresql_15;
6-
settings = {
7-
max_wal_senders = 3;
8-
wal_level = "replica";
9-
};
5+
package = pkgs.postgresql_17;
106
};
117
}

0 commit comments

Comments
 (0)