mirror of
https://github.com/samueldr/wip-pinebook-pro.git
synced 2024-11-26 21:09:43 +01:00
Disable wifi powersave
This commit is contained in:
parent
c792588d72
commit
d47d354dea
1 changed files with 3 additions and 0 deletions
|
@ -53,4 +53,7 @@
|
|||
hardware.firmware = [
|
||||
pkgs.pinebookpro-firmware
|
||||
];
|
||||
|
||||
# The default powersave makes the wireless connection unusable.
|
||||
networking.networkmanager.wifi.powersave = lib.mkDefault false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue