mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-10 04:59: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 ==
|
== Firmware upgrades ==
|
||||||
|
|
||||||
Note that this device is supported by [https://fwupd.org/ fwupd].
|
Note that this device is supported by [https://fwupd.org/ fwupd].
|
||||||
To perform firmware upgrades just activate the service
|
To perform firmware upgrades use <code>fwupdmgr</code> to perform updates.
|
||||||
|
|
||||||
<code>
|
|
||||||
services.fwupd.enable = true;
|
|
||||||
</code>
|
|
||||||
|
|
||||||
Then use <code>fwupdmgr</code> to perform updates.
|
|
||||||
|
|
||||||
== Battery drain when sleeping ==
|
== Battery drain when sleeping ==
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,9 @@
|
||||||
# touchpad goes over i2c
|
# touchpad goes over i2c
|
||||||
boot.blacklistedKernelModules = [ "psmouse" ];
|
boot.blacklistedKernelModules = [ "psmouse" ];
|
||||||
|
|
||||||
|
# Allows for updating firmware via `fwupdmgr`.
|
||||||
|
services.fwupd.enable = true;
|
||||||
|
|
||||||
# This will save you money and possibly your life!
|
# This will save you money and possibly your life!
|
||||||
services.thermald.enable = true;
|
services.thermald.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue