postgresql: upgrade to v16

This commit is contained in:
Serĉanto de Scio 2024-02-07 01:15:14 +10:00
parent 3333128b68
commit 56965f56ce
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -20,7 +20,7 @@ in {
};
services.postgresql = {
package = pkgs.postgresql_11;
package = pkgs.postgresql_16;
};
security.polkit.enable = false; # avoid CVE-2021-4034 (PwnKit)