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; }