Disable wifi powersaving.

This commit is contained in:
Tom Alexander 2025-09-26 22:35:04 -04:00
parent bc0a64fb8b
commit fa44003fad
Signed by: talexander
GPG Key ID: 36C99E8B3C39D85F

View File

@ -56,6 +56,19 @@
EnableNetworkConfiguration = true; EnableNetworkConfiguration = true;
AddressRandomization = "network"; AddressRandomization = "network";
}; };
# Rank = {
# BandModifier2_4GHz = 1.0;
# BandModifier5GHz = 1.0;
# BandModifier6GHz = 1.0;
# };
DriverQuirks = {
PowerSaveDisable = "*";
# ath12k_pci
};
# Scan = {
# DisablePeriodicScan = true;
# DisableRoamingScan = true;
# };
}; };
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [