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