nixos/hosts
rope f5183a7605 gaming: set max-jobs = 1 to allow trivial local builds
pkgs.writeText derivations (used by HM for config files) carry
preferLocalBuild = true, which the remote build hook declines, and
allowSubstitutes = false, which prevents cache hits.  With max-jobs = 0
these can never be realised, causing nixos-rebuild to fail.

Setting max-jobs = 1 lets these millisecond-duration text-file writes
run locally with no gaming impact.  All real compilation still goes to
the media server via the distributed build configuration.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-17 22:32:34 +01:00
..
hardware hosts: disable local builds on Macbook; add garnix cache for Gaming 2026-05-16 12:42:27 +01:00
FredOS-Gaming.nix gaming: set max-jobs = 1 to allow trivial local builds 2026-05-17 22:32:34 +01:00
FredOS-Macbook.nix hyprland: migrate to Lua config (Hyprland 0.55+) 2026-05-17 20:38:30 +01:00
FredOS-Mediaserver.nix 2026-05-14 12:54:19 +01:00