diff --git a/SwarselSystems.org b/SwarselSystems.org index bf6e86c..0e04db4 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -5048,7 +5048,7 @@ Here I only enable =networkmanager= and a few default networks. The rest of the wifi = { # mac-address-blacklist = ""; mode = "infrastructure"; - band = "a"; + # band = "a"; ssid = wlan1; }; wifi-security = { diff --git a/modules/nixos/client/network.nix b/modules/nixos/client/network.nix index 9dc06c7..aad336f 100644 --- a/modules/nixos/client/network.nix +++ b/modules/nixos/client/network.nix @@ -117,7 +117,7 @@ in wifi = { # mac-address-blacklist = ""; mode = "infrastructure"; - band = "a"; + # band = "a"; ssid = wlan1; }; wifi-security = {