all repos — archive/nixos-configuration @ 0c99ea7bd9a3aee99b732d5a49a7bb7f183bd2df

Superseded by nixfiles

Slow down background updates

Alan Pearce
commit

0c99ea7bd9a3aee99b732d5a49a7bb7f183bd2df

parent

9a33bb7c6c9d33d223875f45155c8646e371539c

1 file changed, 1 insertion(+), 0 deletions(-)

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