Update remote builders
This commit is contained in:
parent
7b7f73692b
commit
158353e126
1 changed files with 3 additions and 13 deletions
|
@ -2,25 +2,15 @@
|
||||||
nix.settings.trusted-users = [ "albert" ];
|
nix.settings.trusted-users = [ "albert" ];
|
||||||
nix.buildMachines = [
|
nix.buildMachines = [
|
||||||
{
|
{
|
||||||
hostName = "nixos-vm-01"; # Only availalbe on the Headscale network
|
hostName = "framework-server"; # Only availalbe on the Headscale network
|
||||||
sshUser = "albert";
|
sshUser = "albert";
|
||||||
protocol = "ssh-ng";
|
protocol = "ssh-ng";
|
||||||
maxJobs = 16;
|
maxJobs = 32;
|
||||||
speedFactor = 2;
|
speedFactor = 5;
|
||||||
systems = [ "x86_64-linux" "aarch64-linux" ];
|
systems = [ "x86_64-linux" "aarch64-linux" ];
|
||||||
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
||||||
mandatoryFeatures = [ ];
|
mandatoryFeatures = [ ];
|
||||||
}
|
}
|
||||||
# {
|
|
||||||
# hostName = "framework-server"; # Only availalbe on the Headscale network
|
|
||||||
# sshUser = "albert";
|
|
||||||
# protocol = "ssh-ng";
|
|
||||||
# maxJobs = 16;
|
|
||||||
# speedFactor = 2;
|
|
||||||
# systems = [ "x86_64-linux" "aarch64-linux" ];
|
|
||||||
# supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
|
||||||
# mandatoryFeatures = [ ];
|
|
||||||
# }
|
|
||||||
];
|
];
|
||||||
nix.extraOptions = ''builders-use-substitutes = true'';
|
nix.extraOptions = ''builders-use-substitutes = true'';
|
||||||
}
|
}
|
Loading…
Reference in a new issue