From 9cd1d3cef4ca92a9ee61f8ce1959bb2ad2ba7d29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Tue, 26 Sep 2023 22:45:38 +0200 Subject: [PATCH] mobilizon: remove redundant extraPlugins for postgres --- hosts/mobilizon/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/mobilizon/default.nix b/hosts/mobilizon/default.nix index 70622a35..5e1f2d15 100644 --- a/hosts/mobilizon/default.nix +++ b/hosts/mobilizon/default.nix @@ -80,7 +80,6 @@ portunus.addToHosts = true; postgresql = { - extraPlugins = with config.services.postgresql.package.pkgs; [ postgis ]; package = pkgs.postgresql_15; upgrade.stopServices = [ "mobilizon" ]; };