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;