tests/infrastructure: Minor formatting fix
Some checks are pending
Check & Deploy / check (push) Waiting to run
Check & Deploy / deploy (push) Blocked by required conditions

This commit is contained in:
SebastianStork 2026-02-18 16:09:37 +01:00
parent 27dac4fa79
commit a56adf1ca9
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

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