Skip to content

Commit

Permalink
shared/nix: disable bruddnix buildmachine for khanelinix
Browse files Browse the repository at this point in the history
Just annoying timeouts atm
  • Loading branch information
khaneliman committed Feb 4, 2025
1 parent 1ceee9a commit 39480b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/shared/nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ in
// lib.optionalAttrs (host == "khanelinix") {
sshKey = config.sops.secrets.khanelinix_khaneliman_ssh_key.path;
speedFactor = 0;
maxJobs = 1;
# Just disabling until there's some sort of `build local first`
maxJobs = 0;
}
)
(
Expand Down

0 comments on commit 39480b3

Please sign in to comment.