examples/nwa50ax-ap: add usteer to the example
All checks were successful
build liminix / build_zyxel-nwa50ax_mips (pull_request) Successful in 17s
build liminix / test_shell_customization (pull_request) Successful in 17s
build liminix / build_vm_qemu_mips (pull_request) Successful in 18s
build liminix / test_hostapd (pull_request) Successful in 17s
All checks were successful
build liminix / build_zyxel-nwa50ax_mips (pull_request) Successful in 17s
build liminix / test_shell_customization (pull_request) Successful in 17s
build liminix / build_vm_qemu_mips (pull_request) Successful in 18s
build liminix / test_hostapd (pull_request) Successful in 17s
So that this can be tested as well. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
parent
da91a17cbc
commit
ba6e8ce2f4
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
Reference in a new issue