From 8d6491129b03036379e9b757ff902ce46813b736 Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Thu, 1 Aug 2024 09:37:28 +0800 Subject: [PATCH] dust: enable fprintd --- hosts/dust/hardware-configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/dust/hardware-configuration.nix b/hosts/dust/hardware-configuration.nix index e061a0f..578d22f 100644 --- a/hosts/dust/hardware-configuration.nix +++ b/hosts/dust/hardware-configuration.nix @@ -8,9 +8,7 @@ hardware.pulseaudio.enable = false; services.pipewire = { enable = true; - alsa.enable = true; pulse.enable = true; - jack.enable = true; }; hardware.bluetooth = { @@ -18,6 +16,8 @@ settings.General.FastConnectable = true; }; + services.fprintd.enable = true; + boot.loader.timeout = 0; boot.loader.efi.canTouchEfiVariables = true;