Compare commits

...

2 commits

Author SHA1 Message Date
a56adf1ca9
tests/infrastructure: Minor formatting fix
Some checks are pending
Check & Deploy / check (push) Waiting to run
Check & Deploy / deploy (push) Blocked by required conditions
2026-02-18 16:09:37 +01:00
27dac4fa79
workflows/check-deploy: Try to improve result caching 2026-02-18 16:05:14 +01:00
2 changed files with 9 additions and 10 deletions

View file

@ -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

View file

@ -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";
};
};