hydra: use ssh for 2nd localhost machine

This commit is contained in:
Astro 2022-10-21 01:08:22 +02:00
parent be47938b3c
commit 9093770347
1 changed files with 1 additions and 1 deletions

View File

@ -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
'';