From f7b83f8370ceb7c75388afdcb24ff702c8d7636b Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Sun, 6 Oct 2024 19:21:27 +0100 Subject: [PATCH] ops/nixos/nausicaa: disable totoro as build machine --- ops/nixos/nausicaa/default.nix | 9 --------- 1 file changed, 9 deletions(-) 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;