From a9f846b242da31feef6647ad8e1cb8b02c6d6b5a Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Thu, 29 Aug 2024 23:15:13 +0800 Subject: [PATCH] dust: enable fwupd --- hosts/dust/hardware-configuration.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/dust/hardware-configuration.nix b/hosts/dust/hardware-configuration.nix index af1ea8d..acc9bcf 100644 --- a/hosts/dust/hardware-configuration.nix +++ b/hosts/dust/hardware-configuration.nix @@ -5,6 +5,9 @@ inputs.nixos-hardware.nixosModules.lenovo-thinkpad-x1-12th-gen ]; + services.fwupd.enable = true; + services.fprintd.enable = true; + security.rtkit.enable = true; hardware.pulseaudio.enable = false; services.pipewire = { @@ -17,8 +20,6 @@ settings.General.FastConnectable = true; }; - services.fprintd.enable = true; - boot.loader.timeout = 0; boot.loader.efi.canTouchEfiVariables = true;