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
commit

64c0f75bd02e332f974b4b501e6691d193386791

parent

0220e076b784d80125687e5361eb11073e43059d

1 file changed, 1 insertion(+), 1 deletion(-)

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 ''