make u2f required
This commit is contained in:
parent
1003e33c38
commit
ab585f3fbd
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ in
|
|||
services.swaylock.u2fAuth = true;
|
||||
u2f = {
|
||||
enable = true;
|
||||
control = "sufficient";
|
||||
control = "required";
|
||||
};
|
||||
};
|
||||
services.udev.extraRules = ''
|
||||
|
|
Loading…
Reference in a new issue