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

lastFile:routers/white-house-2/configuration.nix
This commit is contained in:
2026-05-05 16:41:38 +07:00
parent 094893d916
commit 1a1d83112f
2 changed files with 3 additions and 3 deletions
+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 = "6"; channel = "2";
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 = 12; channel = 36;
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;
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
wpa_passphrase = ""; wpa_passphrase = "qwer1234";
ssid = "WhiteHouse"; ssid = "WhiteHouse";
l2tp = { l2tp = {
name = ""; name = "";