all repos — nixfiles @ 64c0f75bd02e332f974b4b501e6691d193386791

System and user configuration, managed by nix and home-manager

nix: run two jobs in parallel when auto-upgrading
Alan Pearce alan@alanpearce.eu
Mon, 13 Jun 2022 09:32:33 +0200
commit

64c0f75bd02e332f974b4b501e6691d193386791

parent

0220e076b784d80125687e5361eb11073e43059d

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M system/settings/configuration/nix.nixsystem/settings/configuration/nix.nix
@@ -17,7 +17,7 @@ }; 
   system.autoUpgrade = {
     enable = true;
-    flags = [ "--max-jobs" "1" ];
+    flags = [ "--max-jobs" "2" ];
   };
   systemd.services.nixos-upgrade = {
     script = pkgs.lib.mkForce ''