Update USB RAM disk device path
This commit is contained in:
parent
abf8f95a34
commit
71ded70c2b
1 changed files with 1 additions and 1 deletions
|
|
@ -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" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue