Hello,
I have Unifi Access point (U7 Pro XGS) setup like the screenshot below. The laptop is running NixOS/Unstable with kernel 6.15.2. Unfortunately the laptop does not connect to the AP on 6Ghz channel (my mobile phone does). Is there any fix for this?
You might need to set your regulatory domain. Take a look here:
That was it. After setting the following it connects,
hardware.firmware = with pkgs; [ wireless-regdb ]; boot.extraModprobeConfig = '' options cfg80211 ieee80211_regdom="GB" '';