Add starlight as build machine on rainbowdash
This commit is contained in:
parent
26080c39fe
commit
9318e18c2c
18
sets/buildMachines.nix
Normal file
18
sets/buildMachines.nix
Normal 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
|
||||
'';
|
||||
};
|
||||
}
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue