From a56adf1ca909d69f5b5f592b9899c5db2020671b Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Wed, 18 Feb 2026 16:09:37 +0100 Subject: [PATCH] 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"; }; };