We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e282035 commit 9ef7c32Copy full SHA for 9ef7c32
1 file changed
hosts/artemis/postgres.nix
@@ -2,10 +2,6 @@
2
{
3
services.postgresql = {
4
enable = true;
5
- package = pkgs.postgresql_15;
6
- settings = {
7
- max_wal_senders = 3;
8
- wal_level = "replica";
9
- };
+ package = pkgs.postgresql_17;
10
};
11
}
0 commit comments