mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-07 10:28:51 +08:00
FW13 7040: Add configuration as default.nix
This commit is contained in:
committed by
mergify[bot]
parent
9f40c1088f
commit
edc1a8ecbc
17
framework/7040-amd/README.md
Normal file
17
framework/7040-amd/README.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# [Framework Laptop 13](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.Ryzen7040.BIOS.firmware)
|
||||
Reference in New Issue
Block a user