Crypto : Enable pcsc.
This commit is contained in:
parent
0047396214
commit
f8472bf472
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue