From 7177ee5b171edcc19aaac20c27943bf0eaefc230 Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Sun, 22 Sep 2024 10:23:55 +0200 Subject: [PATCH] Worf: Add challenger as builder --- hosts/worf/configuration.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/hosts/worf/configuration.nix b/hosts/worf/configuration.nix index ef494f9..efcb0c9 100644 --- a/hosts/worf/configuration.nix +++ b/hosts/worf/configuration.nix @@ -33,6 +33,17 @@ supportedFeatures = [ "kvm" "big-parallel" "benchmark" "nixos-test" ]; mandatoryFeatures = [ ]; + sshUser = "felixalb"; + sshKey = "/var/root/.ssh/nix-builder"; + } + { + hostName = "challenger.home.feal.no"; + system = "x86_64-linux"; + + maxJobs = 6; + supportedFeatures = [ "kvm" "big-parallel" "benchmark" "nixos-test" ]; + mandatoryFeatures = [ ]; + sshUser = "felixalb"; sshKey = "/var/root/.ssh/nix-builder"; }