mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:39:23 +08:00
modules.services.postgresql: enable pgroonga
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user