mirror of
https://github.com/samueldr/wip-pinebook-pro.git
synced 2025-03-20 12:45:12 +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 = [
|
hardware.firmware = [
|
||||||
pkgs.pinebookpro-firmware
|
pkgs.pinebookpro-firmware
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# The default powersave makes the wireless connection unusable.
|
||||||
|
networking.networkmanager.wifi.powersave = lib.mkDefault false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue