modules.services.postgresql: enable pgroonga

This commit is contained in:
2025-01-19 09:01:12 +08:00
parent f379a60eac
commit 6d59264d02

View File

@@ -23,6 +23,7 @@ inputs:
{
enable = true;
package = inputs.pkgs.postgresql_17;
extensions = ps: with ps; [ pgroonga ];
enableTCPIP = true;
authentication = "host all all 0.0.0.0/0 md5";
settings =