From 75db86e59b5409fce9f0323d8062385009347fc2 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 27 Jul 2021 22:52:07 +0200 Subject: [PATCH] zephyrus: enable fwupd --- hosts/zephyrus/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/zephyrus/default.nix b/hosts/zephyrus/default.nix index 68add65..c116bb8 100644 --- a/hosts/zephyrus/default.nix +++ b/hosts/zephyrus/default.nix @@ -62,6 +62,7 @@ in STOP_CHARGE_THRESH_BAT0 = 80; }; }; + fwupd.enable = true; }; my.displayManager.sddm.enable = true;