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

lastFile:routers/white-house-2/configuration.nix
This commit is contained in:
2026-05-05 16:45:52 +07:00
parent 1a1d83112f
commit 621bc8fd9d
+2 -2
View File
@@ -52,14 +52,14 @@ in
"${secrets.ssid}" = { "${secrets.ssid}" = {
interface = config.hardware.networkInterfaces.wlan; interface = config.hardware.networkInterfaces.wlan;
hw_mode = "g"; hw_mode = "g";
channel = "2"; channel = "12";
ieee80211n = 1; ieee80211n = 1;
} }
// wirelessConfig; // wirelessConfig;
"${secrets.ssid}-5" = rec { "${secrets.ssid}-5" = rec {
interface = config.hardware.networkInterfaces.wlan5; interface = config.hardware.networkInterfaces.wlan5;
hw_mode = "a"; hw_mode = "a";
channel = 36; channel = 48;
ht_capab = "[HT40+]"; ht_capab = "[HT40+]";
vht_oper_chwidth = 1; vht_oper_chwidth = 1;
vht_oper_centr_freq_seg0_idx = channel + 6; vht_oper_centr_freq_seg0_idx = channel + 6;