From 9b42a703d28cc2ebc89b9265a4f0328bd373eb20 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Tue, 18 Mar 2025 21:42:33 -0400 Subject: [PATCH] Enable stats statements temporarily on Postgres this is due to the below fix failing https://github.com/NuschtOS/nixos-modules/pull/234 --- systems/palatine-hill/postgresql.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systems/palatine-hill/postgresql.nix b/systems/palatine-hill/postgresql.nix index a8d616b..b0414da 100644 --- a/systems/palatine-hill/postgresql.nix +++ b/systems/palatine-hill/postgresql.nix @@ -19,6 +19,8 @@ in enable = true; enableJIT = true; package = pkgs.postgresql_16; + enableAllPreloadedLibraries = true; + configurePgStatStatements = true; identMap = '' # ArbitraryMapName systemUser DBUser superuser_map root postgres