mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
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.
This commit is contained in:
parent
4be7aae5b3
commit
3f36f167e6
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ let
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
description = ''
|
description = ''
|
||||||
If set, users listed in
|
If set, users listed in
|
||||||
<filename>~/.yubico/u2f_keys</filename> are able to log in
|
<filename>~/.config/Yubico/u2f_keys</filename> are able to log in
|
||||||
with the associated U2F key.
|
with the associated U2F key.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue