From 2989fa3092d7fecd71f812fc009be99ffa159560 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Thu, 4 Jan 2024 13:21:10 +0100 Subject: [PATCH] pg: use pgroonga --- system/nixos/postgresql.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/system/nixos/postgresql.nix b/system/nixos/postgresql.nix index c44a0d7..c102f17 100644 --- a/system/nixos/postgresql.nix +++ b/system/nixos/postgresql.nix @@ -6,6 +6,10 @@ package = pkgs.postgresql_16_jit; enableJIT = true; + extraPlugins = ps: with ps; [ + pgroonga + ]; + enableTCPIP = true; settings = {