mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-05 18:49:40 +01:00
.. | ||
default.nix | ||
README.md |
Framework Laptop 13
Updating Firmware
First put enable fwupd
services.fwupd.enable = true;
Then run
$ fwupdmgr update
Suspend/wake workaround
As of firmware v03.03, a bug in the EC causes the system to wake if AC is connected despite the lid being closed. The following works around this, with the trade-off that keyboard presses also no longer wake the system.
{
hardware.framework.amd-7040.preventWakeOnAC = true;
}
See Framework AMD Ryzen 7040 Series lid wakeup behavior feedback.