From aa0b0d893d731538fb16d69ef9da23453f1205fc Mon Sep 17 00:00:00 2001 From: April John Date: Sun, 18 Jun 2023 18:01:38 +0200 Subject: [PATCH] change wifi channels to more sense --- config/ap.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/ap.nix b/config/ap.nix index 8feb343..b4f4fa3 100644 --- a/config/ap.nix +++ b/config/ap.nix @@ -299,7 +299,7 @@ role = "ap"; wifi = { "pci0000:00/0000:00:00.0" = { - channel = 36; + channel = 64; htmode = "VHT80"; ssids = { C3D2 = { net = "c3d2"; }; @@ -702,7 +702,7 @@ role = "ap"; wifi = { "pci0000:00/0000:00:00.0" = { - channel = 149; + channel = 114; # old channel sometimes had some noise, this channel seems noise free for now. htmode = "VHT80"; ssids = { C3D2 = { net = "c3d2"; }; @@ -740,7 +740,7 @@ role = "ap"; wifi = { "pci0000:00/0000:00:00.0" = { - channel = 149; + channel = 169; htmode = "VHT80"; ssids = { "ZW public" = { net = "pub"; };