use 24.11 module options

This commit is contained in:
778a69cd 2024-12-17 00:14:56 +01:00
parent 0c7f1167ba
commit 4d23d92fe9

View file

@ -244,7 +244,7 @@
ensureDBOwnership = true;
}
];
extraPlugins = with config.services.postgresql.package.pkgs; [ postgis ];
extensions = with config.services.postgresql.package.pkgs; [ postgis ];
identMap = ''
map-mobilizon ${cfg.user} mobilizon
'';