From 73b5818ba9241c0d58ba5f24ff4afe120d446edb Mon Sep 17 00:00:00 2001 From: kurogeek Date: Tue, 5 May 2026 17:08:06 +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 | 6 +----- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/routers/white-house-2/configuration.nix b/routers/white-house-2/configuration.nix index 84c40a4..86bf645 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 = "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; diff --git a/routers/white-house-2/secrets.nix b/routers/white-house-2/secrets.nix index 6a882dd..dba9d6a 100644 --- a/routers/white-house-2/secrets.nix +++ b/routers/white-house-2/secrets.nix @@ -1,10 +1,6 @@ { - wpa_passphrase = ""; + wpa_passphrase = "qwer1234"; ssid = "WhiteHouse"; - l2tp = { - name = ""; - password = ""; - }; root = { openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEcZ/p1Ofa9liwIzPWzNtONhJ7+FUWd2lCz33r81t8+w kurogeek@kurogeek"