xps13-9380: enable fwupd

This commit is contained in:
Daniel Șerbănescu
2024-08-23 18:17:51 +02:00
committed by mergify[bot]
parent 59bcb4c4e1
commit d3600fc296
2 changed files with 4 additions and 7 deletions

View File

@@ -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;
}