Skip to content

Commit

Permalink
Merge: nixos/postgresql: update docs with extraPlugins to extensions …
Browse files Browse the repository at this point in the history
…rename (#358159)
  • Loading branch information
Ma27 authored Nov 22, 2024
2 parents f3110c9 + 3156de4 commit 01d2807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixos/modules/services/databases/postgresql.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
services.postgresql.package = pkgs.postgresql_17;
services.postgresql.extraPlugins = ps: with ps; [
services.postgresql.extensions = ps: with ps; [
pg_repack
postgis
];
Expand Down

0 comments on commit 01d2807

Please sign in to comment.