From 1a1d83112fdd587c2331525c364a10832bc45103 Mon Sep 17 00:00:00 2001 From: kurogeek Date: Tue, 5 May 2026 16:41:38 +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 ++-- routers/white-house-2/secrets.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/routers/white-house-2/configuration.nix b/routers/white-house-2/configuration.nix index 7a40a8f..a771ebe 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 = "6"; + channel = "2"; ieee80211n = 1; } // wirelessConfig; "${secrets.ssid}-5" = rec { interface = config.hardware.networkInterfaces.wlan5; hw_mode = "a"; - channel = 12; + channel = 36; ht_capab = "[HT40+]"; vht_oper_chwidth = 1; vht_oper_centr_freq_seg0_idx = channel + 6; diff --git a/routers/white-house-2/secrets.nix b/routers/white-house-2/secrets.nix index 6a882dd..99b99ec 100644 --- a/routers/white-house-2/secrets.nix +++ b/routers/white-house-2/secrets.nix @@ -1,5 +1,5 @@ { - wpa_passphrase = ""; + wpa_passphrase = "qwer1234"; ssid = "WhiteHouse"; l2tp = { name = "";