mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
vanadium: disable network scanning
This commit is contained in:
parent
519baef895
commit
5bb06fbae6
1 changed files with 1 additions and 0 deletions
|
|
@ -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;});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue