fix: stop network from being redefined

This commit is contained in:
Leon Schwarzäugl 2025-10-09 00:19:56 +02:00
parent 7dd0366330
commit 667a923e7a
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
2 changed files with 2 additions and 2 deletions

View file

@ -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 = {

View file

@ -117,7 +117,7 @@ in
wifi = {
# mac-address-blacklist = "";
mode = "infrastructure";
band = "a";
# band = "a";
ssid = wlan1;
};
wifi-security = {