cos/loadedskypotato/remoteBuild.nix

15 lines
296 B
Nix
Raw Normal View History

2026-02-08 17:39:45 -05:00
{ ... }:
{
nix.buildMachines = [{
sshUser = "clhickey";
hostName = "10.100.0.3";
system = "x86_64-linux";
protocol = "ssh-ng";
maxJobs = 3;
speedFactor = 10;
supportedFeatures = [ "big-parallel" ];
mandatoryFeatures = [];
}];
nix.distributedBuilds = true;
}