mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-31 09:58:53 -08: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") {
|
||||
enable = true;
|
||||
settings.General.EnableNetworkConfiguration = true;
|
||||
settings.Rank.BandModifier5GHz = 2.0;
|
||||
};
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue