Upgrade grondahl to postgres 16

This commit is contained in:
Amanda Graven 2023-12-08 14:41:08 +01:00
parent 2895a51862
commit 71c97ab7a5
Signed by: amanda
GPG key ID: F747582C5608F4CB

View file

@ -2,7 +2,7 @@
{ {
services.postgresql = { services.postgresql = {
enable = true; enable = true;
package = pkgs.postgresql_13; package = pkgs.postgresql_16;
extraPlugins = with config.services.postgresql.package.pkgs; [ extraPlugins = with config.services.postgresql.package.pkgs; [
postgis postgis
]; ];