nixos/muon: Remove localhost from build machines
This commit is contained in:
parent
64decb01d1
commit
54fd16332e
1 changed files with 0 additions and 8 deletions
|
@ -261,14 +261,6 @@ imports = [
|
||||||
nix = {
|
nix = {
|
||||||
distributedBuilds = true;
|
distributedBuilds = true;
|
||||||
buildMachines = [
|
buildMachines = [
|
||||||
{
|
|
||||||
hostName = "localhost";
|
|
||||||
protocol = null;
|
|
||||||
maxJobs = 2;
|
|
||||||
speedFactor = 12;
|
|
||||||
systems = [ "x86_64-linux" "aarch64-linux" "riscv64-linux" ];
|
|
||||||
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" "gccarch-x86-64" "gccarch-x86-64-v2" "gccarch-x86-64-v3" ];
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
hostName = "integra.kyouma.net";
|
hostName = "integra.kyouma.net";
|
||||||
protocol = "ssh-ng";
|
protocol = "ssh-ng";
|
||||||
|
|
Loading…
Reference in a new issue