rosetta no more

This commit is contained in:
2026-07-18 14:49:33 +02:00
parent 942fb39290
commit 6d11b5b45e
+2 -1
View File
@@ -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" ]