ops/nixos/nausicaa: disable totoro as build machine
This commit is contained in:
parent
48ab379c38
commit
f7b83f8370
1 changed files with 0 additions and 9 deletions
|
@ -295,15 +295,6 @@ in {
|
||||||
host all all ::1/128 trust
|
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;
|
hardware.cpu.amd.updateMicrocode = true;
|
||||||
services.power-profiles-daemon.enable = true;
|
services.power-profiles-daemon.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue