From 6d11b5b45e4b41fe0571aa93a5e1879028edb8f4 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Sat, 18 Jul 2026 14:49:33 +0200 Subject: [PATCH] rosetta no more --- profiles/known-hosts/hosts.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profiles/known-hosts/hosts.toml b/profiles/known-hosts/hosts.toml index 25463e4..7f3c171 100644 --- a/profiles/known-hosts/hosts.toml +++ b/profiles/known-hosts/hosts.toml @@ -216,7 +216,8 @@ ssh.proxyJump = "eple.tail9aac63.ts.net" # ssh.listenPublicKey = "TODO" ["darwin-build-box.nix-community.org"] # https://nix-community.org/community-builder/ -buildMachine.systems = [ "aarch64-darwin", "x86_64-darwin" ] # macOS 14.6.1 +# buildMachine.systems = [ "aarch64-darwin", "x86_64-darwin" ] # macOS 14.6.1 +buildMachine.systems = [ "aarch64-darwin" ] buildMachine.maxJobs = 2 # 8 cores 24GB buildMachine.speedFactor = 4 # M2 buildMachine.supportedFeatures = [ "big-parallel" ]