all repos — nixfiles @ 7f388237db8074fc882baaeaaa7489cb434fe891

System and user configuration, managed by nix and home-manager

marvin: disable linux/rosetta builders for now

Alan Pearce
commit

7f388237db8074fc882baaeaaa7489cb434fe891

parent

29d187f0761912c1dcd704690e7b3924e372448a

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M system/hosts/marvin.nixsystem/hosts/marvin.nix
@@ -79,7 +79,7 @@ ];
}; nix.linux-builder = { - enable = !config.nix-rosetta-builder.enable; + enable = false; systems = [ "x86_64-linux" "aarch64-linux"
@@ -88,7 +88,7 @@ speedFactor = 8;
}; nix-rosetta-builder = { - enable = true; # turn off to bootstrap + enable = false; memory = "32GiB"; onDemand = true; onDemandLingerMinutes = 180;