encrytion key
This commit is contained in:
parent
18eb67509a
commit
3557f28408
1 changed files with 5 additions and 1 deletions
|
|
@ -19,7 +19,11 @@
|
||||||
options = [ "subvol=@" "compress=zstd" "autodefrag" ];
|
options = [ "subvol=@" "compress=zstd" "autodefrag" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.initrd.luks.devices."cryptroot".device = "/dev/disk/by-uuid/cc0617df-8cbf-4618-abbc-df64c96de151";
|
boot.initrd.luks.devices."cryptroot" = {
|
||||||
|
device = "/dev/disk/by-uuid/cc0617df-8cbf-4618-abbc-df64c96de151";
|
||||||
|
keyFileSize = 4096;
|
||||||
|
keyFile = "/dev/disk/by-id/usb-Generic_Flash_Disk_BCC97785-0:0";
|
||||||
|
};
|
||||||
|
|
||||||
fileSystems."/home" =
|
fileSystems."/home" =
|
||||||
{ device = "/dev/disk/by-uuid/2dad5ed6-44cc-4d9d-9392-32afaa7b3909";
|
{ device = "/dev/disk/by-uuid/2dad5ed6-44cc-4d9d-9392-32afaa7b3909";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue