diff --git a/nix/homeModules/common/user-nixconf.nix b/nix/homeModules/common/user-nixconf.nix index 9ca3a09e..5b22060b 100644 --- a/nix/homeModules/common/user-nixconf.nix +++ b/nix/homeModules/common/user-nixconf.nix @@ -26,10 +26,10 @@ "flakes" ]; allow-import-from-derivation = true; - keep-outputs = false; # Build time derivations and sources - - http-connections = 50; # default: 25 - max-substitution-jobs = 32; # default: 16 + keep-build-log = true; + keep-going = true; # Continue even when some fails + keep-outputs = true; # Build time derivations and sources + warn-dirty = false; }; }; }