1
0
Fork 0

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:
Jan Grosser 2024-07-23 20:27:37 +02:00
parent 74f0e45bd7
commit a5d6c2ef21

View file

@ -29,6 +29,7 @@
# Enable networking
networking.networkmanager.enable = true;
networking.networkmanager.wifi.powersave = false;
# Set your time zone.
time.timeZone = "Europe/Berlin";