From 621bc8fd9de79f5bf45680a86c3bac8d03818108 Mon Sep 17 00:00:00 2001 From: kurogeek Date: Tue, 5 May 2026 16:45:52 +0700 Subject: [PATCH] mob next [ci-skip] [ci skip] [skip ci] lastFile:routers/white-house-2/configuration.nix --- routers/white-house-2/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;