mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-22 06:06:29 +00:00
Enable Authentication using libu2f
This commit is contained in:
parent
dff13dc683
commit
6fdadbdbd0
1 changed files with 5 additions and 0 deletions
|
@ -100,6 +100,11 @@ in
|
|||
}
|
||||
];
|
||||
|
||||
security.pam.u2f = {
|
||||
enable = true;
|
||||
cue = true;
|
||||
};
|
||||
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
|
|
Loading…
Reference in a new issue