diff options
-rw-r--r-- | users/glittershark/system/system/modules/common.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/users/glittershark/system/system/modules/common.nix b/users/glittershark/system/system/modules/common.nix index b6eacd862999..884f0a9a7d13 100644 --- a/users/glittershark/system/system/modules/common.nix +++ b/users/glittershark/system/system/modules/common.nix @@ -124,6 +124,11 @@ in sshKey = "/home/grfn/.ssh/id_rsa"; system = "x86_64-darwin"; maxJobs = 8; # 16 cpus + } { + hostName = "eu.nixbuild.net"; + system = "x86_64-linux"; + maxJobs = 100; + supportedFeatures = [ "benchmark" "big-parallel" ]; }]; distributedBuilds = true; |