Hardware/Framework/Laptop 13: Difference between revisions
m Link to TLP section |
formatting |
||
| Line 30: | Line 30: | ||
</div> | </div> | ||
The Framework Laptop 13 is a configurable, upgradeable, and repairable laptop made by the Framework company. | The [https://frame.work/de/en/products/laptop13 Framework Laptop 13] is a configurable, upgradeable, and repairable laptop made by the Framework company. | ||
== Status == | == Status == | ||
| Line 39: | Line 39: | ||
== Configuration == | == Configuration == | ||
Framework specific NixOS hardware options are bundled within the [https://github.com/NixOS/nixos-hardware nixos-hardware] project. | Framework-specific NixOS hardware options are bundled within the [https://github.com/NixOS/nixos-hardware nixos-hardware] project. | ||
=== BIOS === | === BIOS === | ||
BIOS updates are distributed through [https://fwupd.org/ LVFS], which can be used by enabling the fwupd service | BIOS updates are distributed through [https://fwupd.org/ LVFS], which can be used by enabling the fwupd service: | ||
<syntaxHighlight lang=nix> | <syntaxHighlight lang=nix> | ||
services.fwupd.enable = true; | services.fwupd.enable = true; | ||
</syntaxHighlight> | </syntaxHighlight> | ||
and | |||
To check for updates and install them, run: | |||
<code>$ fwupdmgr update</code> | <code>$ fwupdmgr update</code> | ||
Further instructions and release notes can be found on the [https://knowledgebase.frame.work/bios-and-drivers-downloads-rJ3PaCexh Framework BIOS and Drivers knowledgebase]. | |||
=== AMD 7040 Series === | === AMD 7040 Series === | ||