pg: use pgroonga
This commit is contained in:
parent
b05754ad36
commit
2989fa3092
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@
|
|||
package = pkgs.postgresql_16_jit;
|
||||
enableJIT = true;
|
||||
|
||||
extraPlugins = ps: with ps; [
|
||||
pgroonga
|
||||
];
|
||||
|
||||
enableTCPIP = true;
|
||||
|
||||
settings = {
|
||||
|
|
Loading…
Reference in a new issue