feat: prefer 5g networks

This commit is contained in:
Youwen Wu 2025-01-27 19:06:06 -08:00
parent 28eb8e4108
commit 0eae8e7622
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

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