init loadedskypotato
This commit is contained in:
parent
93f39c8a0d
commit
d8abcde57a
11 changed files with 1233 additions and 0 deletions
14
loadedskypotato/remoteBuild.nix
Normal file
14
loadedskypotato/remoteBuild.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ ... }:
|
||||
{
|
||||
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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue