From f7a95f32cd628e2502ef41ab5f044b81e0dfd25e Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Mon, 20 Jan 2025 14:37:16 -0500 Subject: [PATCH] added -o StrictHostKeyChecking=no --- .github/workflows/build_systems.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_systems.yml b/.github/workflows/build_systems.yml index af01463..4527243 100644 --- a/.github/workflows/build_systems.yml +++ b/.github/workflows/build_systems.yml @@ -21,5 +21,5 @@ jobs: run: "nixos-rebuild build --flake ./#${{ matrix.system }}" - name: copy to nix-cache env: - NIX_SSHOPTS: "-p 629 -i /zfs/storage/secrets/services/github-runners/id_ed25519_github-runners" + NIX_SSHOPTS: "-p 629 -i /zfs/storage/secrets/services/github-runners/id_ed25519_github-runners -o StrictHostKeyChecking=no" run: nix copy --to ssh://192.168.95.14 .#nixosConfigurations.${{ matrix.system }}.config.system.build.toplevel