Enable Authentication using libu2f

This commit is contained in:
Felix Suchert 2022-08-26 16:01:00 +02:00
parent dff13dc683
commit 6fdadbdbd0
Signed by: feliix42
GPG key ID: 24363525EA0E8A99

View file

@ -100,6 +100,11 @@ in
} }
]; ];
security.pam.u2f = {
enable = true;
cue = true;
};
programs.gnupg.agent = { programs.gnupg.agent = {
enable = true; enable = true;
enableSSHSupport = true; enableSSHSupport = true;