mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-04 03:01:05 +02:00
updated builders
This commit is contained in:
parent
53922957e7
commit
bec0c0d36d
1 changed files with 9 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
luj.buildbot.enable = true;
|
luj.buildbot.enable = true;
|
||||||
luj.nginx.enable = true;
|
luj.nginx.enable = true;
|
||||||
|
|
||||||
environment.systemPackages = [ pkgs.tailscale pkgs.attic ];
|
environment.systemPackages = [ pkgs.tailscale ];
|
||||||
|
|
||||||
services.tailscale.enable = true;
|
services.tailscale.enable = true;
|
||||||
|
|
||||||
|
@ -74,6 +74,14 @@
|
||||||
package = lib.mkForce pkgs.nix;
|
package = lib.mkForce pkgs.nix;
|
||||||
distributedBuilds = true;
|
distributedBuilds = true;
|
||||||
buildMachines = [
|
buildMachines = [
|
||||||
|
{
|
||||||
|
hostName = "epyc.infra.newtype.fr";
|
||||||
|
maxJobs = 100;
|
||||||
|
systems = [ "x86_64-linux" ];
|
||||||
|
sshUser = "root";
|
||||||
|
sshKey = "/home/julien/.ssh/id_ed25519";
|
||||||
|
speedFactor = 2;
|
||||||
|
}
|
||||||
{
|
{
|
||||||
hostName = "lambda";
|
hostName = "lambda";
|
||||||
maxJobs = 4;
|
maxJobs = 4;
|
||||||
|
|
Loading…
Add table
Reference in a new issue