From d0459b20249ef283f4bbd0e81a1fd5db9b17ac65 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 22 Jul 2024 10:45:00 +0100 Subject: [PATCH] autoUpgrade: set max jobs to 1, set keep-going flag --- system/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system/default.nix b/system/default.nix index cae9fce6..2721ea19 100644 --- a/system/default.nix +++ b/system/default.nix @@ -48,6 +48,9 @@ randomizedDelaySec = "45min"; flags = [ "--accept-flake-config" + "--keep-going" + "--max-jobs" + "1" "--option" "extra-binary-caches" "https://nix.xenia.me.uk"