1

System/Nixinator: Enable 5 LUKS password retries

This commit is contained in:
2026-02-26 00:17:14 +01:00
parent 62f4e58641
commit 173e84252e

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";