examples/nwa50ax-ap: add usteer to the example

So that this can be tested as well.

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
Raito Bezarius 2025-02-06 01:39:10 +01:00 committed by sinavir
parent 27635fbe92
commit 5f3c299228
No known key found for this signature in database

View file

@ -87,6 +87,8 @@ in rec {
];
};
services.usteer = svc.usteer.build { interface = services.int; };
services.dhcpv4 =
let iface = services.int;
in svc.network.dhcp.client.build { interface = iface; };