MyNixOS website logo
option

services.postgresql.extensions

List of PostgreSQL extensions to install.

Declarations
Type
(function that evaluates to a(n) list of absolute path) or (list of absolute path) convertible to it
Default
<function></function>
Example
ps: with ps; [ postgis pg_repack ]