mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 00:29:40 +01:00
3918f03d0d
This commit simply replicates the base Framework, future commits will specialize for this version
17 lines
262 B
Markdown
17 lines
262 B
Markdown
# [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)
|