From 77c24a7596fb71cf654ec9e7f57a6d425583109d Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Mon, 15 Nov 2021 14:03:31 +0300 Subject: [PATCH] Enable fwupdmgr --- profiles/hardware.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/hardware.nix b/profiles/hardware.nix index 9aee3d8..5d479b6 100644 --- a/profiles/hardware.nix +++ b/profiles/hardware.nix @@ -26,5 +26,6 @@ with deviceSpecific; { services.logind.extraConfig = "HandlePowerKey=suspend"; + services.fwupd.enable = true; # sound.enable = true; }