add support for pam_u2f to nixos pam module
This adds support for authenticating using a U2F device such as a yubikey neo.
This commit is contained in:
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://developers.yubico.com/libu2f-host;
|
||||
description = "a C library and command-line tool thati mplements the host-side of the U2F protocol";
|
||||
description = "A C library and command-line tool thati mplements the host-side of the U2F protocol";
|
||||
license = licenses.bsd2;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ wkennington ];
|
||||
|
||||
Reference in New Issue
Block a user