fix: Remove unused build machines for now
This commit is contained in:
parent
e61b04604e
commit
c04f0b8f42
1 changed files with 35 additions and 35 deletions
|
@ -28,41 +28,41 @@
|
|||
|
||||
nix.settings.builders-use-substitutes = true;
|
||||
nix.distributedBuilds = true;
|
||||
nix.buildMachines = [
|
||||
{
|
||||
hostName = "nixremote@nixos-desk";
|
||||
system = "x86_64-linux";
|
||||
protocol = "ssh";
|
||||
maxJobs = 2;
|
||||
speedFactor = 0;
|
||||
supportedFeatures = [
|
||||
"benchmark"
|
||||
"big-parallel"
|
||||
"kvm"
|
||||
"nixos-test"
|
||||
"gccarch-x86-64-v3"
|
||||
"gccarch-znver3"
|
||||
];
|
||||
|
||||
mandatoryFeatures = [ ];
|
||||
}
|
||||
{
|
||||
hostName = "nixremote@nixos-pulse";
|
||||
system = "x86_64-linux";
|
||||
protocol = "ssh";
|
||||
maxJobs = 0;
|
||||
speedFactor = 1;
|
||||
supportedFeatures = [
|
||||
"benchmark"
|
||||
"big-parallel"
|
||||
"kvm"
|
||||
"nixos-test"
|
||||
"gccarch-x86-64-v3"
|
||||
"gccarch-znver2"
|
||||
];
|
||||
mandatoryFeatures = [ ];
|
||||
}
|
||||
];
|
||||
nix.buildMachines = [ ];
|
||||
# [
|
||||
# {
|
||||
# hostName = "nixremote@nixos-desk";
|
||||
# system = "x86_64-linux";
|
||||
# protocol = "ssh";
|
||||
# maxJobs = 0;
|
||||
# speedFactor = 0;
|
||||
# supportedFeatures = [
|
||||
# "benchmark"
|
||||
# "big-parallel"
|
||||
# "kvm"
|
||||
# "nixos-test"
|
||||
# "gccarch-x86-64-v3"
|
||||
# "gccarch-znver3"
|
||||
# ];
|
||||
# mandatoryFeatures = [ ];
|
||||
# }
|
||||
# {
|
||||
# hostName = "nixremote@nixos-pulse";
|
||||
# system = "x86_64-linux";
|
||||
# protocol = "ssh";
|
||||
# maxJobs = 0;
|
||||
# speedFactor = 1;
|
||||
# supportedFeatures = [
|
||||
# "benchmark"
|
||||
# "big-parallel"
|
||||
# "kvm"
|
||||
# "nixos-test"
|
||||
# "gccarch-x86-64-v3"
|
||||
# "gccarch-znver2"
|
||||
# ];
|
||||
# mandatoryFeatures = [ ];
|
||||
# }
|
||||
# ];
|
||||
|
||||
####################
|
||||
systemd.user = {
|
||||
|
|
Loading…
Add table
Reference in a new issue