From 7a454ca74093105dc75c1fcc9cf01fd6af564fc2 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Mon, 20 Jan 2025 16:08:12 -0500 Subject: [PATCH] testing connection --- .github/workflows/build_systems.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_systems.yml b/.github/workflows/build_systems.yml index 651db47..044dbe9 100644 --- a/.github/workflows/build_systems.yml +++ b/.github/workflows/build_systems.yml @@ -19,7 +19,9 @@ 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" + NIX_SSHOPTS: "-vv" run: nix copy --to ssh://jeeves .#nixosConfigurations.${{ matrix.system }}.config.system.build.toplevel