mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-11 16:49:22 +08:00
modules.services.postgresql: enable jit
This commit is contained in:
@@ -23,7 +23,7 @@ inputs:
|
||||
postgresql =
|
||||
{
|
||||
enable = true;
|
||||
package = inputs.pkgs.postgresql_17;
|
||||
package = inputs.pkgs.postgresql_17_jit;
|
||||
extensions = ps: with ps; [ pgroonga ];
|
||||
enableTCPIP = true;
|
||||
authentication = "host all all 0.0.0.0/0 md5";
|
||||
|
||||
Reference in New Issue
Block a user