Crypto : Enable pcsc.
This commit is contained in:
parent
0047396214
commit
f8472bf472
|
@ -7,6 +7,12 @@
|
||||||
enableSSHSupport = true;
|
enableSSHSupport = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# PCSC.
|
||||||
|
services.pcscd.enable = true;
|
||||||
|
|
||||||
|
# Yubikey touch notification.
|
||||||
|
programs.yubikey-touch-detector.enable = true;
|
||||||
|
|
||||||
# Extra packages.
|
# Extra packages.
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
yubikey-manager # Yubikey Manager.
|
yubikey-manager # Yubikey Manager.
|
||||||
|
|
Loading…
Reference in a new issue