mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 18:58:05 +00:00
Merge pull request #115451 from hugolgst/features/luksroot-sync-cryptstorage
This commit is contained in:
commit
ce41810278
@ -332,6 +332,7 @@ let
|
||||
|
||||
if [ $? == 0 ]; then
|
||||
echo -ne "$new_salt\n$new_iterations" > /crypt-storage${dev.yubikey.storage.path}
|
||||
sync /crypt-storage${dev.yubikey.storage.path}
|
||||
else
|
||||
echo "Warning: Could not update LUKS key, current challenge persists!"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user