nix distributed: more settings
This commit is contained in:
parent
e6238d86b2
commit
51e5277530
|
@ -168,15 +168,20 @@ in {
|
|||
virtualisation.virtualbox.host.enable = true;
|
||||
users.extraGroups.vboxusers.members = ["motiejus"];
|
||||
|
||||
nix.buildMachines = [
|
||||
nix = {
|
||||
buildMachines = [
|
||||
{
|
||||
hostName = myData.hosts."fra1-a.servers.jakst".jakstIP;
|
||||
system = "aarch64-linux";
|
||||
protocol = "ssh-ng";
|
||||
sshUser = "remote-builder";
|
||||
sshKey = "/etc/ssh/ssh_host_ed25519_key";
|
||||
supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm" "gccarch-armv8-a"];
|
||||
}
|
||||
];
|
||||
distributedBuilds = true;
|
||||
extraOptions = ''builders-use-substitutes = true'';
|
||||
};
|
||||
|
||||
networking = {
|
||||
hostId = "3a54afcd";
|
||||
|
|
Loading…
Reference in New Issue