Add remote builder to laptop
This commit is contained in:
parent
b0dce24c79
commit
6564c4428b
1 changed files with 22 additions and 0 deletions
|
|
@ -50,5 +50,27 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
|
||||
nix = {
|
||||
distributedBuilds = true;
|
||||
buildMachines = [
|
||||
{
|
||||
hostName = "hel1.banditlair.com";
|
||||
sshUser = "nix-ssh";
|
||||
system = "x86_64-linux";
|
||||
supportedFeatures = [
|
||||
"nixos-test"
|
||||
"benchmark"
|
||||
"big-parallel"
|
||||
"kvm"
|
||||
];
|
||||
}
|
||||
];
|
||||
settings = {
|
||||
substituters = [ "ssh://nix-ssh@hel1.banditlair.com" ];
|
||||
trusted-public-keys = [ "hel1.banditlair.com:stzB4xe5QTFvSABoP11ZpNzLDCRZ93PExk0Z/gOzW3g=" ];
|
||||
builders-use-substitutes = true;
|
||||
};
|
||||
};
|
||||
system.stateVersion = "21.05";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue