From 909377034761602a44724c50f9f110188c230d25 Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 21 Oct 2022 01:08:22 +0200 Subject: [PATCH] hydra: use ssh for 2nd localhost machine --- hosts/hydra/hydra.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hydra/hydra.nix b/hosts/hydra/hydra.nix index f1cefe2a..2fd3b50f 100644 --- a/hosts/hydra/hydra.nix +++ b/hosts/hydra/hydra.nix @@ -169,7 +169,7 @@ in in '' cat << EOF > ~/machines localhost x86_64-linux - ${toString config.nix.settings.max-jobs} 10 ${lib.concatStringsSep "," config.nix.settings.system-features} - - localhost ${lib.concatStringsSep "," config.nix.settings.extra-platforms} - ${toString config.nix.settings.max-jobs} 10 ${lib.concatStringsSep "," extraPlatformSystemFeatures} - + hydra@localhost ${lib.concatStringsSep "," config.nix.settings.extra-platforms} - ${toString config.nix.settings.max-jobs} 10 ${lib.concatStringsSep "," extraPlatformSystemFeatures} - EOF '';