services.postgresql.extensions

NixOS option

List of PostgreSQL extensions to install.

type: (function that evaluates to a(n) list of absolute path) or (list of absolute path) convertible to it
Default
<function>
Example
ps: with ps; [ postgis pg_repack ]
declared in: nixos/modules/services/databases/postgresql.nixView source on NixOS/nixpkgs →