macbook: drop nom, store auto-optimise, halve substitution jobs
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
parent
80960a85cc
commit
c385cd3713
2 changed files with 18 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue