mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 20:53:22 +00:00
nixos/tests/wpa_supplicant: explicitly set channel (#343079)
This commit is contained in:
commit
88e4aa71a7
@ -21,6 +21,7 @@ let
|
||||
enable = true;
|
||||
radios.wlan0 = {
|
||||
band = "2g";
|
||||
channel = 6;
|
||||
countryCode = "US";
|
||||
networks = {
|
||||
wlan0 = {
|
||||
|
Loading…
Reference in New Issue
Block a user