From f276848b1851938225b97403d8ec97538df1f63a Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Fri, 17 Oct 2025 00:01:36 +0200 Subject: [PATCH] hosts/laptop: Add fwupdmgr instructions --- hosts/laptop/hardware.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/laptop/hardware.nix b/hosts/laptop/hardware.nix index 7eb87fc..658fdc8 100644 --- a/hosts/laptop/hardware.nix +++ b/hosts/laptop/hardware.nix @@ -24,7 +24,7 @@ services = { fwupd.enable = true; - fprintd.enable = true; + fprintd.enable = true; # fwupdmgr refresh && fwupdmgr update upower = { enable = true; criticalPowerAction = "Hibernate";