Update USB RAM disk device path

This commit is contained in:
Jakob Lechner 2024-12-04 03:57:24 +01:00
parent abf8f95a34
commit 71ded70c2b

View file

@ -27,7 +27,7 @@
settings = {
allowDiscards = true;
keyFileSize = 4096;
keyFile = "/dev/disk/by-id/usb-jalr_RAM_Mass_Storage_DE6270431F6F342C-0:0";
keyFile = "/dev/disk/by-id/usb-jalr_USB_RAM_disk_prototype-01-0:0";
keyFileTimeout = 10;
};
extraFormatArgs = [ "--hash sha512 --use-random --pbkdf argon2id --iter-time 5000 --pbkdf-memory ${builtins.toString (4*1024*1024)} --pbkdf-parallel 4" ];