Disable wifi powersaving.
This commit is contained in:
parent
bc0a64fb8b
commit
fa44003fad
@ -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; [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user