diff --git a/routers/white-house-2/configuration.nix b/routers/white-house-2/configuration.nix index a771ebe..84c40a4 100644 --- a/routers/white-house-2/configuration.nix +++ b/routers/white-house-2/configuration.nix @@ -52,14 +52,14 @@ in "${secrets.ssid}" = { interface = config.hardware.networkInterfaces.wlan; hw_mode = "g"; - channel = "2"; + channel = "12"; ieee80211n = 1; } // wirelessConfig; "${secrets.ssid}-5" = rec { interface = config.hardware.networkInterfaces.wlan5; hw_mode = "a"; - channel = 36; + channel = 48; ht_capab = "[HT40+]"; vht_oper_chwidth = 1; vht_oper_centr_freq_seg0_idx = channel + 6;