diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-07-25 13:32:41 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-07-25 13:32:41 -0400 |
| commit | 5a6b69a7d1e916b09fa61f57698be5985b3bf377 (patch) | |
| tree | c32e4a465c2815307e12b16dba5c367411968cf6 /nixos | |
| parent | 1d32301a9f6de48ffb48f98a50ba3b2ef953bf0a (diff) | |
| download | home-5a6b69a7d1e916b09fa61f57698be5985b3bf377.tar.gz | |
nixos/yubikey: use yubikey-touch-detector to notify
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/yubikey.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/yubikey.nix b/nixos/yubikey.nix index 3da6fc9..868913a 100644 --- a/nixos/yubikey.nix +++ b/nixos/yubikey.nix @@ -21,6 +21,10 @@ in ; }; + programs.yubikey-touch-detector = { + enable = true; + libnotify = true; + }; # for gpg and ssh services.pcscd.enable = true; # https://ludovicrousseau.blogspot.com/2019/06/gnupg-and-pcsc-conflicts.html services.udev.packages = [ pkgs.yubikey-personalization ]; |