From e12545bf37723fdbcf15f6dafc1c1bebfde0116b Mon Sep 17 00:00:00 2001 From: Martin Berg Alstad Date: Tue, 23 Sep 2025 16:05:57 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20[pi4]=20Constraint=20cores=20to=202?= =?UTF-8?q?=20in=20order=20to=20avoid=20stalling?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/pi4/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/pi4/default.nix b/hosts/pi4/default.nix index 7d40b80..d295126 100644 --- a/hosts/pi4/default.nix +++ b/hosts/pi4/default.nix @@ -19,4 +19,9 @@ ./postgres.nix ./security ]; + + nix.settings = { + cores = 2; + max-jobs = 4; + }; }