Merge: nixos/postgresql: update docs with extraPlugins to extensions rename (#358159)
This commit is contained in:
commit
01d2807d89
@ -290,11 +290,11 @@ postgresql_15.pkgs.pg_partman postgresql_15.pkgs.pgroonga
|
|||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
To add plugins via NixOS configuration, set `services.postgresql.extraPlugins`:
|
To add plugins via NixOS configuration, set `services.postgresql.extensions`:
|
||||||
```nix
|
```nix
|
||||||
{
|
{
|
||||||
services.postgresql.package = pkgs.postgresql_17;
|
services.postgresql.package = pkgs.postgresql_17;
|
||||||
services.postgresql.extraPlugins = ps: with ps; [
|
services.postgresql.extensions = ps: with ps; [
|
||||||
pg_repack
|
pg_repack
|
||||||
postgis
|
postgis
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user