services.postgresql.extraPlugins

List of PostgreSQL plugins. PostgreSQL version for each plugin should match version for services.postgresql.package value.

Type
list of absolute path
Default
[ ]
Example
with pkgs.postgresql_11.pkgs; [ postgis pg_repack ]
Declared
<nix-darwin/modules/services/postgresql>