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;