nix: update networks

This commit is contained in:
Primrose 2025-12-16 17:02:13 +08:00
parent 3a15f8f6a2
commit fb1611c51e
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 6 additions and 1 deletions

View file

@ -16,7 +16,7 @@ in
hasPassword = true; hasPassword = true;
} }
{ {
ssid ="Kuo"; ssid = "Kuo";
priority = privatePriority; priority = privatePriority;
hasPassword = true; hasPassword = true;
} }
@ -110,6 +110,11 @@ in
ssid = "i_Tzuchi_WiFi"; ssid = "i_Tzuchi_WiFi";
randomizeMac = true; randomizeMac = true;
} }
{
ssid = "sonet_nousdeux";
hasPassword = true;
randomizeMac = true;
}
{ ssid = "_SNCF_WIFI_INOUI"; } { ssid = "_SNCF_WIFI_INOUI"; }
{ ssid = "_WIFI_LYRIA"; } { ssid = "_WIFI_LYRIA"; }

Binary file not shown.