1
0
Fork 0

pg: use pgroonga

This commit is contained in:
Daniel Kempkens 2024-01-04 13:21:10 +01:00
parent b05754ad36
commit 2989fa3092
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -6,6 +6,10 @@
package = pkgs.postgresql_16_jit;
enableJIT = true;
extraPlugins = ps: with ps; [
pgroonga
];
enableTCPIP = true;
settings = {