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"; }