diff --git a/inventories/router.nix b/inventories/router.nix index f2b2ae9..3d1c5e6 100644 --- a/inventories/router.nix +++ b/inventories/router.nix @@ -52,16 +52,19 @@ in }; stagingPort = "lan5"; - # Both MT7976 radios broadcast the site SSID (same name and passphrase - # as the liminix router's "WhiteHouse"/"WhiteHouse-5", merged into one - # dual-band SSID) as an untagged access port on lan. Passphrase is the - # `wifi-WhiteHouse-passphrase` vars prompt. Channels as on the old - # router. Check the band mapping with `iw phy` (mt7986: phy0/wlan0 = - # 2.4 GHz, phy1/wlan1 = 5 GHz). + # Both MT7976 radios serve lan as an untagged access port, one SSID per + # band named like the GL-AR750 it stands in for ("GL-AR750" on 2.4 GHz, + # "GL-AR750-5" on 5 GHz) so clients roam over unchanged. Passphrases + # are the `wifi-GL-AR750-passphrase` / `wifi-GL-AR750-5-passphrase` + # vars prompts. Channels as on the old router. Check the band mapping + # with `iw phy` (mt7986: phy0/wlan0 = 2.4 GHz, phy1/wlan1 = 5 GHz). wifi = { enable = true; countryCode = "TH"; - networks.WhiteHouse.vlan = "lan"; + networks = { + "GL-AR750".vlan = "lan"; + "GL-AR750-5".vlan = "lan"; + }; radios = { wlan0 = { band = "2g";