From 4dcc1fd6123801e46b7337569ab8687579a9b7d5 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Thu, 3 Oct 2024 18:11:56 +0200 Subject: [PATCH] steal some nix options from jackson.dev https://jackson.dev/post/nix-reasonable-defaults/ --- hosts/common/core/nix.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/common/core/nix.nix b/hosts/common/core/nix.nix index 5087c52..79b25e4 100644 --- a/hosts/common/core/nix.nix +++ b/hosts/common/core/nix.nix @@ -20,6 +20,10 @@ keep-outputs = true; keep-derivations = true; use-xdg-base-directories = true; + connect-timeout = 5; + log-lines = 25; + fallback = true; + warn-dirty = false; }; }; }