Infini-FRAMEWORK: add Infini-DESKTOP as remote builder
This commit is contained in:
parent
bdf75c820f
commit
99969f1b8a
1 changed files with 10 additions and 0 deletions
|
@ -84,4 +84,14 @@
|
||||||
serviceConfig.Type = "oneshot";
|
serviceConfig.Type = "oneshot";
|
||||||
script = "${lib.getExe pkgs.acpilight} -set 50";
|
script = "${lib.getExe pkgs.acpilight} -set 50";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nix.buildMachines = [{
|
||||||
|
hostName = "infini-desktop";
|
||||||
|
system = "x86_64-linux";
|
||||||
|
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
||||||
|
protocol = "ssh-ng";
|
||||||
|
maxJobs = 16;
|
||||||
|
speedFactor = 8;
|
||||||
|
sshUser = "remotebuild";
|
||||||
|
}];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue