mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
fix: stop network from being redefined
This commit is contained in:
parent
cc824b648b
commit
49c7cae7f9
2 changed files with 2 additions and 2 deletions
|
|
@ -5048,7 +5048,7 @@ Here I only enable =networkmanager= and a few default networks. The rest of the
|
||||||
wifi = {
|
wifi = {
|
||||||
# mac-address-blacklist = "";
|
# mac-address-blacklist = "";
|
||||||
mode = "infrastructure";
|
mode = "infrastructure";
|
||||||
band = "a";
|
# band = "a";
|
||||||
ssid = wlan1;
|
ssid = wlan1;
|
||||||
};
|
};
|
||||||
wifi-security = {
|
wifi-security = {
|
||||||
|
|
|
||||||
|
|
@ -117,7 +117,7 @@ in
|
||||||
wifi = {
|
wifi = {
|
||||||
# mac-address-blacklist = "";
|
# mac-address-blacklist = "";
|
||||||
mode = "infrastructure";
|
mode = "infrastructure";
|
||||||
band = "a";
|
# band = "a";
|
||||||
ssid = wlan1;
|
ssid = wlan1;
|
||||||
};
|
};
|
||||||
wifi-security = {
|
wifi-security = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue