mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-09 20:49:40 +01:00
xps13-9380: enable fwupd
This commit is contained in:
parent
59bcb4c4e1
commit
d3600fc296
2 changed files with 4 additions and 7 deletions
|
@ -3,13 +3,7 @@
|
|||
== Firmware upgrades ==
|
||||
|
||||
Note that this device is supported by [https://fwupd.org/ fwupd].
|
||||
To perform firmware upgrades just activate the service
|
||||
|
||||
<code>
|
||||
services.fwupd.enable = true;
|
||||
</code>
|
||||
|
||||
Then use <code>fwupdmgr</code> to perform updates.
|
||||
To perform firmware upgrades use <code>fwupdmgr</code> to perform updates.
|
||||
|
||||
== Battery drain when sleeping ==
|
||||
|
||||
|
|
|
@ -11,6 +11,9 @@
|
|||
# touchpad goes over i2c
|
||||
boot.blacklistedKernelModules = [ "psmouse" ];
|
||||
|
||||
# Allows for updating firmware via `fwupdmgr`.
|
||||
services.fwupd.enable = true;
|
||||
|
||||
# This will save you money and possibly your life!
|
||||
services.thermald.enable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue