Skip to content

Commit

Permalink
shared/nix: set maxJobs 0 for same host
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jan 18, 2025
1 parent 3387b1f commit b139390
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/shared/nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ in
}
// lib.optionalAttrs (host == "khanelinix") {
sshKey = config.sops.secrets.khanelinix_khaneliman_ssh_key.path;
speedFactor = 0;
maxJobs = 0;
}
)
(
Expand Down Expand Up @@ -160,7 +160,7 @@ in
}
// lib.optionalAttrs (host == "khanelimac") {
sshKey = config.sops.secrets.khanelimac_khaneliman_ssh_key.path;
speedFactor = 0;
maxJobs = 0;
}
)
(
Expand Down

0 comments on commit b139390

Please sign in to comment.