ops/nixos/nausicaa: disable totoro as build machine

This commit is contained in:
Luke Granger-Brown 2024-10-06 19:21:27 +01:00
parent 48ab379c38
commit f7b83f8370

View file

@ -295,15 +295,6 @@ in {
host all all ::1/128 trust
'';
nix.buildMachines = [ {
hostName = "totoro";
system = "x86_64-linux";
maxJobs = 4;
speedFactor = 2;
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
mandatoryFeatures = [ ];
}];
hardware.cpu.amd.updateMicrocode = true;
services.power-profiles-daemon.enable = true;