System/Nixinator: Enable 5 LUKS password retries
This commit is contained in:
@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
allowDiscards = true;
|
allowDiscards = true;
|
||||||
crypttabExtraOpts = ["fido2-device=auto" "token-timeout=10"];
|
crypttabExtraOpts = ["fido2-device=auto" "token-timeout=10" "tries=5"];
|
||||||
|
|
||||||
# Disable for interactive password entry
|
# Disable for interactive password entry
|
||||||
# keyFile = "/tmp/secret.key";
|
# keyFile = "/tmp/secret.key";
|
||||||
|
|||||||
Reference in New Issue
Block a user