about summary refs log tree commit diff
path: root/nixos/modules/services/web-apps/mobilizon.nix
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2023-09-26 22:49:44 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2023-12-08 14:58:18 +0100
commit3bb72ed9fd3af8bc59c5c2abd649dec544370720 (patch)
tree2ff70437ef6390332b241c1fa5b049e3e2d437a4 /nixos/modules/services/web-apps/mobilizon.nix
parent4fe5824fc7b26c8b4451fc39756c426109ffad31 (diff)
treewide: fix services.postgresql.extraPlugins usage
Diffstat (limited to 'nixos/modules/services/web-apps/mobilizon.nix')
-rw-r--r--nixos/modules/services/web-apps/mobilizon.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/mobilizon.nix b/nixos/modules/services/web-apps/mobilizon.nix
index 0a530bff92325..bdb08f6131496 100644
--- a/nixos/modules/services/web-apps/mobilizon.nix
+++ b/nixos/modules/services/web-apps/mobilizon.nix
@@ -384,7 +384,7 @@ in
           ensureDBOwnership = false;
         }
       ];
-      extraPlugins = with postgresql.pkgs; [ postgis ];
+      extraPlugins = ps: with ps; [ postgis ];
     };
 
     # Nginx config taken from support/nginx/mobilizon-release.conf