mobilizon: remove redundant extraPlugins for postgres

This commit is contained in:
Sandro - 2023-09-26 22:45:38 +02:00
parent 0352666ed4
commit 9cd1d3cef4
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 0 additions and 1 deletions

View File

@ -80,7 +80,6 @@
portunus.addToHosts = true;
postgresql = {
extraPlugins = with config.services.postgresql.package.pkgs; [ postgis ];
package = pkgs.postgresql_15;
upgrade.stopServices = [ "mobilizon" ];
};