Add fwupd service for firmware updates

Adding fwupd to check if there are firmware updates available
for the ITE8353 touchpad or other components that might help
resolve the touchpad issue.
This commit is contained in:
Geir Okkenhaug Jerstad 2025-06-30 19:26:26 +02:00
parent 51335f144b
commit fa5de8f1bb

View file

@ -106,6 +106,9 @@
blueman.enable = true; blueman.enable = true;
printing.enable = true; printing.enable = true;
# Firmware updates
fwupd.enable = true;
# Location services for time zone # Location services for time zone
geoclue2.enable = true; geoclue2.enable = true;
}; };