diff --git a/.github/workflows/build_systems.yml b/.github/workflows/build_systems.yml index 044dbe9..5cf24b4 100644 --- a/.github/workflows/build_systems.yml +++ b/.github/workflows/build_systems.yml @@ -19,8 +19,6 @@ jobs: - uses: actions/checkout@v4 - name: Build default package run: "nixos-rebuild build --flake ./#${{ matrix.system }}" - - name: test - run: "ping -c 1 192.168.95.14" - name: copy to nix-cache env: NIX_SSHOPTS: "-vv" diff --git a/systems/jeeves/nix_builder.nix b/systems/jeeves/nix_builder.nix index df9906e..740dd7c 100644 --- a/systems/jeeves/nix_builder.nix +++ b/systems/jeeves/nix_builder.nix @@ -31,7 +31,7 @@ in Port 629 User github-runners HostName 192.168.95.14 - IdentityFile ${vars.storage_secrets}/services/github-runners/${name} + IdentityFile ${vars.storage_secrets}/services/github-runners/id_ed25519_github-runners StrictHostKeyChecking no UserKnownHostsFile /dev/null '';