Disabled powersafe for networkmanager
Disabled power safe for network manager in configuration.nix Background is that the wifi adapter has bad performance when on battery but no issues when running on AC power. Unfortunately, this had no effect. See: https://discourse.nixos.org/t/bad-wifi-performance-on-battery/49398
This commit is contained in:
parent
74f0e45bd7
commit
a5d6c2ef21
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@
|
|||
|
||||
# Enable networking
|
||||
networking.networkmanager.enable = true;
|
||||
networking.networkmanager.wifi.powersave = false;
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "Europe/Berlin";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue