diff options
author | Emile <git@emile.space> | 2024-12-03 21:56:56 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2024-12-03 21:56:56 +0100 |
commit | d02e104967221b79da298f1112e463d9f8783c68 (patch) | |
tree | a39c0af7fcda2aeaee7349ba9ba347aff64325cc | |
parent | cc5ab3955b0aec466765ed5fb16978a3a3aaa65e (diff) |
(corrino) increase the maxJobs for the local builder
-rw-r--r-- | nix/hosts/corrino/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/hosts/corrino/configuration.nix b/nix/hosts/corrino/configuration.nix index 7c4c8cd..592f3b7 100644 --- a/nix/hosts/corrino/configuration.nix +++ b/nix/hosts/corrino/configuration.nix @@ -473,7 +473,7 @@ in hostName = "localhost"; system = "x86_64-linux"; protocol = "ssh-ng"; - maxJobs = 1; + maxJobs = 8; supportedFeatures = [ "nixos-test" "benchmark" |