Slow down background updates
1 file changed, 1 insertion(+), 0 deletions(-)
M modules/configuration/nix.nix → modules/configuration/nix.nix
@@ -23,6 +23,7 @@ }; system.autoUpgrade = { enable = true; + flags = [ "--max-jobs" "2" ]; }; systemd.services.nixos-upgrade = { script = pkgs.lib.mkForce ''