diff --git a/ops/nixos/nausicaa/default.nix b/ops/nixos/nausicaa/default.nix index a81cc6c049..a7983b40d7 100644 --- a/ops/nixos/nausicaa/default.nix +++ b/ops/nixos/nausicaa/default.nix @@ -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;