diff options
| author | seth <[email protected]> | 2023-05-29 01:15:01 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-29 01:30:28 -0400 |
| commit | 9c71189567163ef53acfbfd7c39384683a592290 (patch) | |
| tree | 42e749744ae58a167ae11aaffccd5be347d951cb /hosts/p-body/buildMachines.nix | |
| parent | fea13c023a58315f6d4a3645edf4ead787f8d908 (diff) | |
!back to hercules-ci
hydra is a little annoying to configure, especially with features like
github prs
Diffstat (limited to 'hosts/p-body/buildMachines.nix')
| -rw-r--r-- | hosts/p-body/buildMachines.nix | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/hosts/p-body/buildMachines.nix b/hosts/p-body/buildMachines.nix index 0c7d6b0..c2b65b6 100644 --- a/hosts/p-body/buildMachines.nix +++ b/hosts/p-body/buildMachines.nix @@ -9,24 +9,14 @@ in { "${hostName}2atlas" = { file = "${self}/secrets/hosts/${hostName}/${hostName}2atlas.age"; mode = "600"; - owner = config.users.users.hydra-queue-runner.name; - inherit (config.users.users.hydra-queue-runner) group; }; }; nix = { buildMachines = [ { - hostName = "localhost"; - maxJobs = 2; - speedFactor = 100; - supportedFeatures = ["big-parallel" "benchmark" "kvm" "nixos-test"]; - systems = ["x86_64-linux" "i686-linux"]; - } - { hostName = "atlas"; maxJobs = 4; - speedFactor = 75; sshUser = "bob"; sshKey = config.age.secrets."${hostName}2atlas".path; supportedFeatures = ["benchmark" "big-parallel" "gccarch-armv8-a" "kvm" "nixos-test"]; @@ -34,7 +24,6 @@ in { } ]; - distributedBuilds = true; settings.builders-use-substitutes = true; }; } |
