From d88c4b4f5d08199eb175301715de5e262c28095b Mon Sep 17 00:00:00 2001 From: Nydragon <contact@ccnlc.eu> Date: Mon, 27 May 2024 22:39:03 +0900 Subject: [PATCH] feat: add fwupd --- hosts/marr/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/marr/configuration.nix b/hosts/marr/configuration.nix index e63b646..a9f7375 100644 --- a/hosts/marr/configuration.nix +++ b/hosts/marr/configuration.nix @@ -124,6 +124,9 @@ in enable = true; criticalPowerAction = "Hibernate"; }; + + services.fwupd.enable = true; + services.dbus.enable = true; xdg.portal = { enable = true;