marvin: disable linux/rosetta builders for now
1 file changed, 2 insertions(+), 2 deletions(-)
changed files
M system/hosts/marvin.nix → system/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;