fix warning
This commit is contained in:
parent
dd93d696b9
commit
41c64868b3
1 changed files with 3 additions and 1 deletions
|
@ -28,8 +28,10 @@ in
|
||||||
{
|
{
|
||||||
security.pam.u2f = {
|
security.pam.u2f = {
|
||||||
enable = true;
|
enable = true;
|
||||||
cue = true;
|
|
||||||
control = "required";
|
control = "required";
|
||||||
|
settings = {
|
||||||
|
cue = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Lock when removing yubikey
|
# Lock when removing yubikey
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue