mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 14:29:40 +00:00
vanadium: rename networking.wireless.userControlled.enable to networking.wireless.userControlled
This commit is contained in:
parent
8e201d91f5
commit
c7a09c5a23
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
||||||
# To enable roaming https://wiki.archlinux.org/title/Wpa_supplicant#Roaming
|
# To enable roaming https://wiki.archlinux.org/title/Wpa_supplicant#Roaming
|
||||||
wireless = {
|
wireless = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userControlled.enable = true;
|
userControlled = true;
|
||||||
secretsFile = config.age.secrets.wpa_password.path;
|
secretsFile = config.age.secrets.wpa_password.path;
|
||||||
scanOnLowSignal = false;
|
scanOnLowSignal = false;
|
||||||
networks =
|
networks =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue