nixos/hostapd: Enable 802.11n / 802.11ac by default

This commit is contained in:
Craig Hall 2020-06-20 17:29:26 +01:00
commit 5d012c4bb2

View file

@ -20,6 +20,8 @@ let
ssid=${cfg.ssid}
hw_mode=${cfg.hwMode}
channel=${toString cfg.channel}
ieee80211n=1
ieee80211ac=1
${optionalString (cfg.countryCode != null) ''country_code=${cfg.countryCode}''}
${optionalString (cfg.countryCode != null) ''ieee80211d=1''}