mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Change luks usb secret key
This commit is contained in:
parent
f589cae430
commit
6677bc540d
2 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
luks-settings = {
|
||||
settings = {
|
||||
allowDiscards = true;
|
||||
keyFile = "/dev/disk/by-id/usb-SCSI_DISK-0:0";
|
||||
keyFile = "/dev/disk/by-id/usb-SMI_USB_DISK-0:0";
|
||||
keyFileSize = 4096;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue