vanadium: disable network scanning

This commit is contained in:
Primrose 2025-09-10 20:26:33 +08:00
parent 519baef895
commit 5bb06fbae6
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -31,6 +31,7 @@
enable = true; enable = true;
userControlled.enable = true; userControlled.enable = true;
secretsFile = config.age.secrets.wpa_password.path; secretsFile = config.age.secrets.wpa_password.path;
scanOnLowSignal = false;
networks = let networks = let
# The higher the more preferred # The higher the more preferred
prio = i: lib.mapAttrs (_: conf: conf // {priority = i;}); prio = i: lib.mapAttrs (_: conf: conf // {priority = i;});