mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39: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
|
let
|
||||||
|
preferredPriority = 20;
|
||||||
privatePriority = 10;
|
privatePriority = 10;
|
||||||
limitedPriority = -10;
|
limitedPriority = -10;
|
||||||
in [
|
in [
|
||||||
{
|
{
|
||||||
ssid = "~";
|
ssid = "~";
|
||||||
priority = privatePriority;
|
priority = preferredPriority;
|
||||||
hasPassword = true;
|
hasPassword = true;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
@ -28,7 +29,6 @@ in [
|
||||||
ssid = "5526-1"; # TODO: set bssid preference ?
|
ssid = "5526-1"; # TODO: set bssid preference ?
|
||||||
priority = privatePriority;
|
priority = privatePriority;
|
||||||
hasPassword = true;
|
hasPassword = true;
|
||||||
scanOnLowSignal = true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue