diff --git a/nixos-modules/nix/default.nix b/nixos-modules/nix/default.nix index 102c068..a7986d7 100644 --- a/nixos-modules/nix/default.nix +++ b/nixos-modules/nix/default.nix @@ -69,6 +69,7 @@ in protocol = "ssh-ng"; sshUser = "builder"; sshKey = "/root/.ssh/builder"; + speedFactor = 5; maxJobs = 12; } { @@ -89,6 +90,7 @@ in protocol = "ssh-ng"; sshUser = "builder"; sshKey = "/root/.ssh/builder"; + speedFactor = 10; maxJobs = 24; } ];