fix: Remove unused build machines for now

This commit is contained in:
Tristan D. 2024-10-17 15:39:27 +02:00
parent e61b04604e
commit c04f0b8f42
Signed by: tristan
SSH key fingerprint: SHA256:9oFM1J63hYWJjCnLG6C0fxBS15rwNcWwdQNMOHYKJ/4

View file

@ -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 = {