Fix key length according to exemple

This commit is contained in:
FaustXVI 2019-07-26 17:02:39 +02:00
parent 657f630917
commit d33e3eb72b
No known key found for this signature in database
GPG Key ID: F2E0FAB7AE562D15

View File

@ -138,7 +138,7 @@ Open up your hardware configuration at `/etc/nixos/hardware-configuration.nix` a
slot = 2;
twoFactor = true; # Set to false for 1FA
gracePeriod = 30; # Time in seconds to wait for Yubikey to be inserted
keyLength = 16; # Set to $KEY_LENGTH/8
keyLength = 64; # Set to $KEY_LENGTH/8
saltLength = 16; # Set to $SALT_LENGTH
storage = {