mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -07:00
feat: prefer 5g networks
This commit is contained in:
parent
28eb8e4108
commit
0eae8e7622
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ in
|
||||||
networking.wireless.iwd = lib.mkIf (cfg.enable && cfg.backend == "iwd") {
|
networking.wireless.iwd = lib.mkIf (cfg.enable && cfg.backend == "iwd") {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.General.EnableNetworkConfiguration = true;
|
settings.General.EnableNetworkConfiguration = true;
|
||||||
|
settings.Rank.BandModifier5GHz = 2.0;
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue