all repos — nixfiles @ 0c99ea7bd9a3aee99b732d5a49a7bb7f183bd2df

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

Slow down background updates
Alan Pearce alan@alanpearce.eu
Fri, 06 Apr 2018 13:26:26 +0200
commit

0c99ea7bd9a3aee99b732d5a49a7bb7f183bd2df

parent

9a33bb7c6c9d33d223875f45155c8646e371539c

1 files changed, 1 insertions(+), 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 ''