From ea24fb98651806ea68ee073f70fe3cf54cb74964 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Mon, 20 Jan 2025 14:24:41 -0500 Subject: [PATCH] fixed ip address --- .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 cf1f3d0..af01463 100644 --- a/.github/workflows/build_systems.yml +++ b/.github/workflows/build_systems.yml @@ -22,4 +22,4 @@ jobs: - name: copy to nix-cache env: NIX_SSHOPTS: "-p 629 -i /zfs/storage/secrets/services/github-runners/id_ed25519_github-runners" - run: nix copy --to ssh://192.168.98.14 .#nixosConfigurations.${{ matrix.system }}.config.system.build.toplevel + run: nix copy --to ssh://192.168.95.14 .#nixosConfigurations.${{ matrix.system }}.config.system.build.toplevel