Add starlight as build machine on rainbowdash

This commit is contained in:
Artemis Tosini 2020-12-18 06:10:48 +00:00
parent 26080c39fe
commit 9318e18c2c
Signed by: artemist
GPG key ID: ADFFE553DCBB831E
2 changed files with 19 additions and 0 deletions

18
sets/buildMachines.nix Normal file
View file

@ -0,0 +1,18 @@
{ config, ... }:
{
nix = {
buildMachines = [
{
hostName = "starlight";
supportedFeatures = [ "kvm" "big-parallel" "benchmark" "nixos-text" ];
system = "x86_64-linux";
maxJobs = 2;
}
];
distributedBuilds = true;
extraOptions = ''
builders-use-substitutes = true
'';
};
}

View file

@ -7,6 +7,7 @@
./hardware-configuration.nix
../../sets/cpu/intel.nix
../../sets/gpu/intel.nix
../../sets/buildMachines.nix
../../sets/hacking.nix
../../sets/laptop.nix
../../sets/neovim