Skip to content

Commit

Permalink
darwin/nix: add linux-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Oct 20, 2024
1 parent 98d27ac commit 4624087
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions modules/darwin/nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,21 @@ in
user = config.${namespace}.user.name;
};

linux-builder = {
maxJobs = 2;
protocol = "ssh";
systems = [
"x86_64-linux"
"aarch64-linux"
];
speedFactor = 1;
supportedFeatures = [
"benchmark"
"big-parallel"
"nixos-test"
];
};

optimise = {
interval = {
Day = 7;
Expand Down

0 comments on commit 4624087

Please sign in to comment.