From b0561486ccb0b46b1e6f1984560e5a52381dd0e0 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Tue, 16 Jul 2024 12:36:54 +0200 Subject: [PATCH] Enable fwupd for inspiron --- hosts/inspiron/hardware.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/inspiron/hardware.nix b/hosts/inspiron/hardware.nix index f05a1ac..d264cf6 100644 --- a/hosts/inspiron/hardware.nix +++ b/hosts/inspiron/hardware.nix @@ -26,4 +26,5 @@ zramSwap.enable = true; services.fstrim.enable = true; + services.fwupd.enable = true; }