docs(framework): Add notes about updating firmware

https://github.com/NixOS/nixos-hardware/pull/406#issuecomment-1132577510
This commit is contained in:
Edmund Miller
2022-05-23 10:28:22 -05:00
parent 8b5e1bf2fd
commit 0f00877343

17
framework/README.md Normal file
View File

@@ -0,0 +1,17 @@
# [Framework Laptop](https://frame.work/)
## Updating Firmware
First put enable `fwupd`
```nix
services.fwupd.enable = true;
```
Then run
```sh
$ sudo fwupdmgr update
```
[Latest Update](https://fwupd.org/lvfs/devices/work.frame.Laptop.TGL.BIOS.firmware)