@cryptotaxi247 / infra-1 / commits / f6478bc9

haumea/postgresql: use jit package

JIT was previously enabled in the configuration, but the package did not have support for it.

Martin Weinelt committed Jun 17, 2024 at 02:06 UTC f6478bc90911975ee542567ec440ef04f4fc9875
1 file changed +1
delft/haumea/postgresql.nix
+1
@@ -20,6 +20,7 @@
20
21 services.postgresql = {
22 enable = true;
23 + enableJIT = true;
24 package = pkgs.postgresql_16;
25 dataDir = "/var/db/postgresql/16";
26 # https://pgtune.leopard.in.ua/#/