From da82fc0edf5c80cd4aec5a6e1371331c1e2d24a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Thu, 18 Dec 2025 14:01:22 +0100 Subject: [PATCH] System Gen219 @ 2025-12-18-14:01:21 by jonas@comfy-station --- hosts/comfy-station/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/comfy-station/configuration.nix b/hosts/comfy-station/configuration.nix index 6ce2948..9b3435c 100644 --- a/hosts/comfy-station/configuration.nix +++ b/hosts/comfy-station/configuration.nix @@ -120,6 +120,8 @@ trusted-users = [ "@wheel" ]; + max-jobs = 2; + cores = 8; }; gc = { automatic = true;