nixos-config/hosts/cave/yubikey.nix

11 lines
204 B
Nix
Raw Normal View History

2024-10-05 09:59:58 +02:00
{pkgs, ...}: {
# services.udev.packages = [ pkgs.yubikey-personalization ];
2024-10-04 20:25:54 +02:00
2024-10-05 09:59:58 +02:00
# programs.gnupg.agent = {
# enable = true;
# enableSSHSupport = true;
# };
2024-10-05 17:42:02 +02:00
services.pcscd.enable = true;
2024-10-05 09:59:58 +02:00
}