Update modules/users.nix

This commit is contained in:
Alexander Bantyev 2020-03-01 22:02:26 +03:00
parent d9277081c9
commit ea8bd23cec
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
}" }"
}"''; }"'';
security.pam.u2f = { security.pam.u2f = {
control = "required"; control = "sufficient";
cue = true; cue = true;
enable = true; enable = true;
}; };