vanadium: update network

This commit is contained in:
Primrose 2025-10-30 23:38:17 +08:00
parent 3e7a697db0
commit fe642eba09
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 2 additions and 2 deletions

View file

@ -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;
}
{