mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +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 = {
|
||||
# mac-address-blacklist = "";
|
||||
mode = "infrastructure";
|
||||
band = "a";
|
||||
# band = "a";
|
||||
ssid = wlan1;
|
||||
};
|
||||
wifi-security = {
|
||||
|
|
|
|||
|
|
@ -117,7 +117,7 @@ in
|
|||
wifi = {
|
||||
# mac-address-blacklist = "";
|
||||
mode = "infrastructure";
|
||||
band = "a";
|
||||
# band = "a";
|
||||
ssid = wlan1;
|
||||
};
|
||||
wifi-security = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue