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:
parent
27635fbe92
commit
5f3c299228
1 changed files with 2 additions and 0 deletions
|
@ -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; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue