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