From 0449378572311d86634925aed37801f8f8fe967c Mon Sep 17 00:00:00 2001 From: Abhinav Sarkar Date: Sun, 11 Dec 2022 10:40:06 +0530 Subject: [PATCH] Adds better defaults for nix settings --- nix.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nix.nix b/nix.nix index cd61e59..7969cff 100644 --- a/nix.nix +++ b/nix.nix @@ -8,5 +8,12 @@ max-jobs = 6; cores = 2; auto-optimise-store = true; + connect-timeout = 5; + log-lines = 25; + min-free = 128000000; + max-free = 1000000000; + fallback = true; + warn-dirty = false; + keep-outputs = true; }; }