mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/hostapd: Enable 802.11n / 802.11ac by default
This commit is contained in:
parent
8b7740d1b2
commit
5d012c4bb2
1 changed files with 2 additions and 0 deletions
|
|
@ -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''}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue