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; }; }; }