mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
vanadium: update network
This commit is contained in:
parent
3e7a697db0
commit
fe642eba09
2 changed files with 2 additions and 2 deletions
|
|
@ -1,10 +1,11 @@
|
|||
let
|
||||
preferredPriority = 20;
|
||||
privatePriority = 10;
|
||||
limitedPriority = -10;
|
||||
in [
|
||||
{
|
||||
ssid = "~";
|
||||
priority = privatePriority;
|
||||
priority = preferredPriority;
|
||||
hasPassword = true;
|
||||
}
|
||||
{
|
||||
|
|
@ -28,7 +29,6 @@ in [
|
|||
ssid = "5526-1"; # TODO: set bssid preference ?
|
||||
priority = privatePriority;
|
||||
hasPassword = true;
|
||||
scanOnLowSignal = true;
|
||||
}
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue