Update modules/workspace/misc.nix

This commit is contained in:
Alexander Bantyev 2020-02-29 11:16:10 +03:00
parent a905052dd1
commit cac7cd00ab
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
services.atd.enable = true; services.atd.enable = true;
security.pam.services.sudo = { security.pam.services.sudo = {
u2fAuth = true; u2fAuth = true;
unixAuth = false; unixAuth = true;
}; };
security.pam.u2f = { security.pam.u2f = {
control = "sufficient"; control = "sufficient";