aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/hostapd.nix
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-08-19 23:59:13 +0200
committerKarel Kočí <cynerd@email.cz>2022-08-19 23:59:13 +0200
commitc12a03b8511f4742123959f0cb3c96a441ac2581 (patch)
treeeabfc5c8c962fe482d8dbf545389de92bdebb757 /nixos/modules/hostapd.nix
parent1669d6f75914738306d8dff587d0bcb69b8f6b76 (diff)
downloadnixturris-c12a03b8511f4742123959f0cb3c96a441ac2581.tar.gz
nixturris-c12a03b8511f4742123959f0cb3c96a441ac2581.tar.bz2
nixturris-c12a03b8511f4742123959f0cb3c96a441ac2581.zip
Improve kernel support and hostapd
Diffstat (limited to 'nixos/modules/hostapd.nix')
-rw-r--r--nixos/modules/hostapd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hostapd.nix b/nixos/modules/hostapd.nix
index de3035b..0dd5d23 100644
--- a/nixos/modules/hostapd.nix
+++ b/nixos/modules/hostapd.nix
@@ -448,6 +448,7 @@ let
interface=${iface}
driver=${icfg.driver}
+ use_driver_iface_addr=1
hw_mode=${icfg.hwMode}
channel=${toString icfg.channel}
country_code=${icfg.countryCode}
@@ -477,7 +478,6 @@ let
${concatMapStringsSep "\n" (bss: ''
bss=${bss}
- use_driver_iface_addr=1
${configBss icfg.bss."${bss}"}'') (attrNames icfg.bss)}
${icfg.extraConfig}