mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-12-14 21:11:12 +01:00
framework: Clarify 13th Gen Intel Core support
Signed-off-by: Daniel Schaefer <dhs@frame.work>
This commit is contained in:
parent
353829048c
commit
24f9162b26
5 changed files with 27 additions and 4 deletions
15
framework/13th-gen-intel/README.md
Normal file
15
framework/13th-gen-intel/README.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# [Framework Laptop 13](https://frame.work/)
|
||||
|
||||
## Updating Firmware
|
||||
|
||||
First put enable `fwupd`
|
||||
|
||||
```nix
|
||||
services.fwupd.enable = true;
|
||||
```
|
||||
|
||||
Then run
|
||||
|
||||
```sh
|
||||
$ sudo fwupdmgr update
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue