lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

nixos/pam: fix docs about path to u2f_keys file

Looking at upstream git repo (git://github.com/Yubico/pam-u2f.git) the
docs initially said the path was ~/.yubico/u2f_keys, but it was later
changed to ~/.config/Yubico/u2f_keys (in 2015).

I have run pam_u2f.so with "debug" option and observed that the correct
path indeed is ~/.config/Yubico/u2f_keys.

+1 -1
+1 -1
nixos/modules/security/pam.nix
··· 41 41 type = types.bool; 42 42 description = '' 43 43 If set, users listed in 44 - <filename>~/.yubico/u2f_keys</filename> are able to log in 44 + <filename>~/.config/Yubico/u2f_keys</filename> are able to log in 45 45 with the associated U2F key. 46 46 ''; 47 47 };