aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/hostapd.nix
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-08-20 09:25:19 +0200
committerKarel Kočí <cynerd@email.cz>2022-09-27 10:21:50 +0200
commitff1073d03d303d3b15e66d03dc4a5a479a387fa7 (patch)
tree1bc3c05c905046b372b43cab45369b4c456a8daf /nixos/modules/hostapd.nix
parentc12a03b8511f4742123959f0cb3c96a441ac2581 (diff)
downloadnixturris-ff1073d03d303d3b15e66d03dc4a5a479a387fa7.tar.gz
nixturris-ff1073d03d303d3b15e66d03dc4a5a479a387fa7.tar.bz2
nixturris-ff1073d03d303d3b15e66d03dc4a5a479a387fa7.zip
Attempt to fix Omnia's wifi and Mox ethernet
Diffstat (limited to 'nixos/modules/hostapd.nix')
-rw-r--r--nixos/modules/hostapd.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/hostapd.nix b/nixos/modules/hostapd.nix
index 0dd5d23..3b2d9e6 100644
--- a/nixos/modules/hostapd.nix
+++ b/nixos/modules/hostapd.nix
@@ -478,6 +478,7 @@ let
${concatMapStringsSep "\n" (bss: ''
bss=${bss}
+ ssid=${icfg.bss.${bss}.ssid}
${configBss icfg.bss."${bss}"}'') (attrNames icfg.bss)}
${icfg.extraConfig}