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.settings.builders-use-substitutes = true;
|
||||||
nix.distributedBuilds = true;
|
nix.distributedBuilds = true;
|
||||||
nix.buildMachines = [
|
nix.buildMachines = [ ];
|
||||||
{
|
# [
|
||||||
hostName = "nixremote@nixos-desk";
|
# {
|
||||||
system = "x86_64-linux";
|
# hostName = "nixremote@nixos-desk";
|
||||||
protocol = "ssh";
|
# system = "x86_64-linux";
|
||||||
maxJobs = 2;
|
# protocol = "ssh";
|
||||||
speedFactor = 0;
|
# maxJobs = 0;
|
||||||
supportedFeatures = [
|
# speedFactor = 0;
|
||||||
"benchmark"
|
# supportedFeatures = [
|
||||||
"big-parallel"
|
# "benchmark"
|
||||||
"kvm"
|
# "big-parallel"
|
||||||
"nixos-test"
|
# "kvm"
|
||||||
"gccarch-x86-64-v3"
|
# "nixos-test"
|
||||||
"gccarch-znver3"
|
# "gccarch-x86-64-v3"
|
||||||
];
|
# "gccarch-znver3"
|
||||||
|
# ];
|
||||||
mandatoryFeatures = [ ];
|
# mandatoryFeatures = [ ];
|
||||||
}
|
# }
|
||||||
{
|
# {
|
||||||
hostName = "nixremote@nixos-pulse";
|
# hostName = "nixremote@nixos-pulse";
|
||||||
system = "x86_64-linux";
|
# system = "x86_64-linux";
|
||||||
protocol = "ssh";
|
# protocol = "ssh";
|
||||||
maxJobs = 0;
|
# maxJobs = 0;
|
||||||
speedFactor = 1;
|
# speedFactor = 1;
|
||||||
supportedFeatures = [
|
# supportedFeatures = [
|
||||||
"benchmark"
|
# "benchmark"
|
||||||
"big-parallel"
|
# "big-parallel"
|
||||||
"kvm"
|
# "kvm"
|
||||||
"nixos-test"
|
# "nixos-test"
|
||||||
"gccarch-x86-64-v3"
|
# "gccarch-x86-64-v3"
|
||||||
"gccarch-znver2"
|
# "gccarch-znver2"
|
||||||
];
|
# ];
|
||||||
mandatoryFeatures = [ ];
|
# mandatoryFeatures = [ ];
|
||||||
}
|
# }
|
||||||
];
|
# ];
|
||||||
|
|
||||||
####################
|
####################
|
||||||
systemd.user = {
|
systemd.user = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue