Upgrade grondahl to postgres 16
This commit is contained in:
parent
2895a51862
commit
71c97ab7a5
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
services.postgresql = {
|
||||
enable = true;
|
||||
package = pkgs.postgresql_13;
|
||||
package = pkgs.postgresql_16;
|
||||
extraPlugins = with config.services.postgresql.package.pkgs; [
|
||||
postgis
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue