From 94dd8cda9c286c826e6ea59b308176cfd909e96d Mon Sep 17 00:00:00 2001 From: Lauren Lagarde Date: Sun, 13 Jul 2025 16:34:33 -0500 Subject: [PATCH] Update yubikey packages --- nixos/features/hardware/yubikey.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/nixos/features/hardware/yubikey.nix b/nixos/features/hardware/yubikey.nix index e288ded..c0e804a 100644 --- a/nixos/features/hardware/yubikey.nix +++ b/nixos/features/hardware/yubikey.nix @@ -1,10 +1,13 @@ { pkgs, lib, ... }: { environment.systemPackages = with pkgs; [ - yubikey-personalization + yubikey-manager + yubioath-flutter + age-plugin-yubikey + yubikey-touch-detector ]; - services.udev.packages = with pkgs; [ - yubikey-personalization + services.udev.packages = with pkgs; [ + yubikey-personalization ]; services.pcscd.enable = true;