From 4bb8dd864cf5077018327d6f55058b87def03d45 Mon Sep 17 00:00:00 2001 From: polwex Date: Mon, 20 Oct 2025 09:08:14 +0700 Subject: no moar hanging --- hosts/base.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'hosts/base.nix') diff --git a/hosts/base.nix b/hosts/base.nix index 5a65df7..054a967 100644 --- a/hosts/base.nix +++ b/hosts/base.nix @@ -39,7 +39,17 @@ keep-outputs = true; keep-derivations = true; trusted-users = ["root" "y"]; + max-jobs = 2; + cores = 16; }; + # buildMachines = [{ + # hostName = "builder.lan"; + # system = "x86_64-linux"; + # protocol = "ssh"; + # supportedFeatures = ["kvm" "big-parallel" "cuda"]; + + # }]; + # distributedBuilds = true; }; programs.nh = { enable = true; -- cgit v1.2.3