mob next [ci-skip] [ci skip] [skip ci]

lastFile:routers/white-house-2/configuration.nix
This commit is contained in:
2026-05-05 17:08:06 +07:00
parent 24b7af98d5
commit 73b5818ba9
2 changed files with 3 additions and 7 deletions
+2 -2
View File
@@ -52,14 +52,14 @@ in
"${secrets.ssid}" = {
interface = config.hardware.networkInterfaces.wlan;
hw_mode = "g";
channel = "12";
channel = "6";
ieee80211n = 1;
}
// wirelessConfig;
"${secrets.ssid}-5" = rec {
interface = config.hardware.networkInterfaces.wlan5;
hw_mode = "a";
channel = 48;
channel = 36;
ht_capab = "[HT40+]";
vht_oper_chwidth = 1;
vht_oper_centr_freq_seg0_idx = channel + 6;