1

System/Nixinator: Enable 5 LUKS password retries

This commit is contained in:
2026-02-26 00:17:14 +01:00
parent 7848fb7274
commit 52a99db8e0

View File

@ -34,7 +34,7 @@
settings = {
allowDiscards = true;
crypttabExtraOpts = ["fido2-device=auto" "token-timeout=10"];
crypttabExtraOpts = ["fido2-device=auto" "token-timeout=10" "tries=5"];
# Disable for interactive password entry
# keyFile = "/tmp/secret.key";