nixos/tests/wpa_supplicant: explicitly set channel (#343079)

This commit is contained in:
K900 2024-09-19 21:24:50 +03:00 committed by GitHub
commit 88e4aa71a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,6 +21,7 @@ let
enable = true;
radios.wlan0 = {
band = "2g";
channel = 6;
countryCode = "US";
networks = {
wlan0 = {