From 37b2462230c8c099b8a593b067666097e995453f Mon Sep 17 00:00:00 2001 From: Frantisek Bohacek Date: Sun, 24 Mar 2024 09:05:45 +0100 Subject: [PATCH] fix: wait longer for key file to prevent timeout --- hosts/laptop-phobos/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/laptop-phobos/default.nix b/hosts/laptop-phobos/default.nix index c3a4c3a..4553c84 100644 --- a/hosts/laptop-phobos/default.nix +++ b/hosts/laptop-phobos/default.nix @@ -126,7 +126,7 @@ in { keyFileSize = 256; keyFile = "/dev/disk/by-id/usb-VendorCo_ProductCode_92073160DC061126104-0:0"; - keyFileTimeout = 5; + keyFileTimeout = 10; }; }; }; @@ -134,7 +134,7 @@ in { security.pam.services.login.fprintAuth = false; security.pam.services.sddm.fprintAuth = false; security.pam.services.sddm-greeter.fprintAuth = false; - services.fprintd.enable = true; + # services.fprintd.enable = true; hardware = { # No xbacklight, this is the alterantive brillo.enable = true; -- 2.48.1