Crypto : Enable pcsc.

This commit is contained in:
Dmitry Voronin 2024-04-09 16:47:03 +03:00
parent 0047396214
commit f8472bf472

View file

@ -7,6 +7,12 @@
enableSSHSupport = true;
};
# PCSC.
services.pcscd.enable = true;
# Yubikey touch notification.
programs.yubikey-touch-detector.enable = true;
# Extra packages.
environment.systemPackages = with pkgs; [
yubikey-manager # Yubikey Manager.