vanadium: rename networking.wireless.userControlled.enable to networking.wireless.userControlled

This commit is contained in:
Primrose 2026-01-07 12:35:57 +01:00
parent 8e201d91f5
commit c7a09c5a23
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

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