mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 05:13:10 +01:00
security: enable u2f
This commit is contained in:
parent
f63c881a78
commit
6a57013187
|
@ -9,6 +9,15 @@
|
|||
abrmd.enable = true;
|
||||
tctiEnvironment.enable = true;
|
||||
};
|
||||
pam = {
|
||||
u2f = {
|
||||
enable = true;
|
||||
};
|
||||
services = {
|
||||
login.u2fAuth = true;
|
||||
sudo.u2fAuth = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
services = {
|
||||
fprintd.enable = true; # log in using fingerprint
|
||||
|
|
Loading…
Reference in a new issue