diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/nixos/personal/nix.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/nixos/personal/nix.nix b/modules/nixos/personal/nix.nix index 07b0071..8439dff 100644 --- a/modules/nixos/personal/nix.nix +++ b/modules/nixos/personal/nix.nix @@ -58,7 +58,7 @@ in { speedFactor = lib.mkOption { type = lib.types.int; - default = 4; + default = 8; }; require = lib.mkOption { type = @@ -206,7 +206,7 @@ in { inherit protocol speedFactor; hostName = "hephaistos.${domain}"; system = "x86_64-linux"; - maxJobs = 4; + maxJobs = 8; supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm" "recursive-nix"]; mandatoryFeatures = []; }; |
