mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
fix: WLAN1 password was not set correctly
This commit is contained in:
parent
486f8b7732
commit
234a5f2a99
2 changed files with 2 additions and 2 deletions
|
|
@ -4874,7 +4874,7 @@ Here I only enable =networkmanager= and a few default networks. The rest of the
|
|||
wifi-security = {
|
||||
auth-alg = "open";
|
||||
key-mgmt = "wpa-psk";
|
||||
psk = "WLAN1_PW";
|
||||
psk = "$WLAN1_PW";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue