From 27dac4fa7989165567e3fd79e3b012716637a354 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Wed, 18 Feb 2026 16:05:14 +0100 Subject: [PATCH 1/2] workflows/check-deploy: Try to improve result caching --- .github/workflows/check-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check-deploy.yml b/.github/workflows/check-deploy.yml index e44bc06..e057d34 100644 --- a/.github/workflows/check-deploy.yml +++ b/.github/workflows/check-deploy.yml @@ -15,6 +15,7 @@ jobs: name: sebastian-stork authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}" - run: nix flake check --print-build-logs + - run: nix build .#checks.x86_64-linux.infrastructure-test --print-build-logs deploy: needs: check runs-on: ubuntu-latest From a56adf1ca909d69f5b5f592b9899c5db2020671b Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Wed, 18 Feb 2026 16:09:37 +0100 Subject: [PATCH 2/2] tests/infrastructure: Minor formatting fix --- tests/infrastructure/default.nix | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/tests/infrastructure/default.nix b/tests/infrastructure/default.nix index d23febb..a5b2790 100644 --- a/tests/infrastructure/default.nix +++ b/tests/infrastructure/default.nix @@ -83,16 +83,14 @@ client1 = { pkgs, ... }: { - custom = { - networking = { - overlay = { - address = "10.254.250.3"; - role = "client"; - }; - underlay = { - interface = "eth1"; - cidr = "192.168.0.3/16"; - }; + custom.networking = { + overlay = { + address = "10.254.250.3"; + role = "client"; + }; + underlay = { + interface = "eth1"; + cidr = "192.168.0.3/16"; }; };