From fa5de8f1bbf8fa0fc5ea6c7e182c517e15145e54 Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Mon, 30 Jun 2025 19:26:26 +0200 Subject: [PATCH] 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. --- machines/little-rascal/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/machines/little-rascal/configuration.nix b/machines/little-rascal/configuration.nix index 0de6aea..f97e574 100644 --- a/machines/little-rascal/configuration.nix +++ b/machines/little-rascal/configuration.nix @@ -106,6 +106,9 @@ blueman.enable = true; printing.enable = true; + # Firmware updates + fwupd.enable = true; + # Location services for time zone geoclue2.enable = true; };