postgresql: upgrade to v16
This commit is contained in:
parent
3333128b68
commit
56965f56ce
|
@ -20,7 +20,7 @@ in {
|
|||
};
|
||||
|
||||
services.postgresql = {
|
||||
package = pkgs.postgresql_11;
|
||||
package = pkgs.postgresql_16;
|
||||
};
|
||||
|
||||
security.polkit.enable = false; # avoid CVE-2021-4034 (PwnKit)
|
||||
|
|
Loading…
Reference in a new issue