Infini-FRAMEWORK: use Infini-SD for remote building
This commit is contained in:
parent
c5225aef76
commit
0fb4a5218b
1 changed files with 20 additions and 9 deletions
|
@ -90,13 +90,24 @@
|
||||||
script = "${lib.getExe pkgs.acpilight} -set 50";
|
script = "${lib.getExe pkgs.acpilight} -set 50";
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.buildMachines = [{
|
nix.buildMachines = [
|
||||||
hostName = "infini-desktop";
|
#{
|
||||||
|
# hostName = "infini-desktop";
|
||||||
|
# system = "x86_64-linux";
|
||||||
|
# supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
||||||
|
# protocol = "ssh-ng";
|
||||||
|
# maxJobs = 16;
|
||||||
|
# speedFactor = 8;
|
||||||
|
# sshUser = "remotebuild";
|
||||||
|
#}
|
||||||
|
{
|
||||||
|
hostName = "infini-sd";
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
||||||
protocol = "ssh-ng";
|
protocol = "ssh-ng";
|
||||||
maxJobs = 16;
|
maxJobs = 32;
|
||||||
speedFactor = 8;
|
speedFactor = 16;
|
||||||
sshUser = "remotebuild";
|
sshUser = "remotebuild";
|
||||||
}];
|
}
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue