From 1c5319f82fd20d9cc82fdc64cfccc768f5baca6c Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Fri, 13 Feb 2026 09:24:16 +0000 Subject: [PATCH] Added basic yubikey support --- nixos/worklaptop/services.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixos/worklaptop/services.nix b/nixos/worklaptop/services.nix index e16985d..90efa69 100644 --- a/nixos/worklaptop/services.nix +++ b/nixos/worklaptop/services.nix @@ -42,6 +42,11 @@ gnome.gnome-keyring.enable = true; pcscd.enable = true; + udev = { + packages = [ + pkgs.yubikey-personalization + ]; + }; }; # Add custom services