From 5948bab4ec817e5887fed9fa375da81207560794 Mon Sep 17 00:00:00 2001 From: Mel Date: Fri, 6 Jun 2025 00:53:57 +0200 Subject: Patch yubikey-touch-detector for better message and icon Signed-off-by: Mel --- modules/hardware-keys.nix | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) (limited to 'modules') diff --git a/modules/hardware-keys.nix b/modules/hardware-keys.nix index e6ae089..f101964 100644 --- a/modules/hardware-keys.nix +++ b/modules/hardware-keys.nix @@ -15,15 +15,23 @@ # see `modules/home/yubikeys.nix` for the YubiKey # universal second factor (u2f) configuration file. security = { - pam.services = { - login.u2fAuth = true; - sudo.u2fAuth = true; + pam = { + services = { + login.u2fAuth = true; + sudo.u2fAuth = true; + }; + + mount.enable = true; }; }; environment.systemPackages = with pkgs; [ - yubikey-manager yubikey-manager-qt - yubikey-personalization yubikey-personalization-gui - age-plugin-yubikey pam_u2f + yubikey-manager + yubikey-manager-qt + yubikey-personalization + yubikey-personalization-gui + yubikey-touch-detector # install icon + age-plugin-yubikey + pam_u2f ]; } -- cgit 1.4.1