aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/hostapd.nix
diff options
context:
space:
mode:
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}