diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2025-03-16 17:43:07 +0100 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2025-03-16 17:43:07 +0100 |
| commit | b2b29bb3bceaee64a2f81f0095c9aa0913b1f3c5 (patch) | |
| tree | 5a4d66c4ecf11cb5709fe4a054132fccb0c6ca1e /modules/nixos/personal/nix.nix | |
| parent | 3f8048a39b0e9ded178f394c3e38d0013a4e741c (diff) | |
nixos: remote builders: hephaistos: 4 cores -> 8 threads
Diffstat (limited to 'modules/nixos/personal/nix.nix')
| -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 = []; }; |
