Crypto: Add libfido2.

This commit is contained in:
Dmitry Voronin 2024-10-28 12:57:02 +03:00
parent edb6244792
commit b8458f9bc1
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -17,6 +17,7 @@
programs.yubikey-touch-detector.enable = true; programs.yubikey-touch-detector.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
libfido2
yubikey-manager yubikey-manager
# yubioath-desktop # OTP. # yubioath-desktop # OTP.
]; ];