macbook: drop nom, store auto-optimise, halve substitution jobs

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
rope 2026-08-09 09:07:59 +01:00
parent 80960a85cc
commit c385cd3713
2 changed files with 18 additions and 3 deletions

View file

@ -25,7 +25,9 @@
# out-of-tree broadcom_sta (wl) driver drops association mid-build —
# only a manual wifi reconnect brings it back. Cap the concurrency.
nix.settings.http-connections = 8;
nix.settings.max-substitution-jobs = 4;
# 2, not 4: each job is an xz/zstd decompress, and there are only 4 threads
# to share with the desktop. 4 just queues them behind each other.
nix.settings.max-substitution-jobs = 2;
services.tlp.enable = false;
services.power-profiles-daemon.enable = true;