postgres: use new extensions option
This commit is contained in:
parent
ddf7a14a1c
commit
612a1bae69
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
package = pkgs.postgresql_16_jit;
|
package = pkgs.postgresql_16_jit;
|
||||||
enableJIT = true;
|
enableJIT = true;
|
||||||
|
|
||||||
extraPlugins = ps: with ps; [
|
extensions = ps: with ps; [
|
||||||
pgroonga
|
pgroonga
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue