From fd3726ead268b8a6cd11ad9229b530f3891a9888 Mon Sep 17 00:00:00 2001 From: Nikkuss Date: Sun, 16 Mar 2025 00:16:13 +0400 Subject: [PATCH] fix postgres config --- lib.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib.nix b/lib.nix index f8857a5..7f3ffa9 100644 --- a/lib.nix +++ b/lib.nix @@ -74,8 +74,8 @@ in listen_addresses = "localhost"; port = 5432; shared_buffers = "128MB"; - work_mem = "4M"; - logging_collector = "off"; + work_mem = "4MB"; + logging_collector = false; } else