hydra: fix eval, set protocol for localhost to null to dedupe in machines tab

This commit is contained in:
Sandro - 2023-06-22 21:18:24 +02:00
parent 7065f932d8
commit 00000174a6
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 3 additions and 2 deletions

View File

@ -39,7 +39,8 @@ in
{
hostName = "localhost";
maxJobs = config.nix.settings.max-jobs;
speedFactors = 10;
protocol = null;
speedFactor = 10;
supportedFeatures = config.nix.settings.system-features;
systems = [ "x86_64-linux" "i686-linux" ];
}
@ -64,7 +65,7 @@ in
{
hostName = "gallium.supersandro.de";
maxJobs = config.nix.settings.max-jobs;
speedFactors = 10;
speedFactor = 10;
sshUser = config.nix.remoteBuilder.name;
supportedFeatures = config.nix.settings.system-features;
system = "aarch64-linux";