mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
vanadium: update network roaming settings
This commit is contained in:
parent
71a4745d33
commit
fa2bc9f899
1 changed files with 8 additions and 1 deletions
|
|
@ -26,6 +26,7 @@
|
||||||
53317
|
53317
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# To enable roaming https://wiki.archlinux.org/title/Wpa_supplicant#Roaming
|
||||||
wireless = {
|
wireless = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userControlled.enable = true;
|
userControlled.enable = true;
|
||||||
|
|
@ -46,7 +47,13 @@
|
||||||
"Pei’s Wifi".pskRaw = "ext:PEI";
|
"Pei’s Wifi".pskRaw = "ext:PEI";
|
||||||
"girlypop-net".pskRaw = "ext:GIRLYPOP";
|
"girlypop-net".pskRaw = "ext:GIRLYPOP";
|
||||||
"annapurna".pskRaw = "ext:ANNAPURNA";
|
"annapurna".pskRaw = "ext:ANNAPURNA";
|
||||||
"5526-1".pskRaw = "ext:5526-1";
|
|
||||||
|
"5526-1" = {
|
||||||
|
pskRaw = "ext:5526-1";
|
||||||
|
extraConfig = ''
|
||||||
|
bgscan="simple:30:-70:3600"
|
||||||
|
'';
|
||||||
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
"A-WAY".pskRaw = "ext:A-WAY";
|
"A-WAY".pskRaw = "ext:A-WAY";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue