fwminex: trying tpm2 again

This commit is contained in:
Motiejus Jakštys 2024-07-28 20:36:21 +03:00
parent fbed277f87
commit f34b877a0e
1 changed files with 4 additions and 4 deletions

View File

@ -22,10 +22,10 @@ in {
luksroot = { luksroot = {
device = "${nvme}-part3"; device = "${nvme}-part3";
allowDiscards = true; allowDiscards = true;
#crypttabExtraOpts = ["tpm2-device=auto"]; # WIP crypttabExtraOpts = ["tpm2-device=auto"];
keyFileOffset = 9728; #keyFileOffset = 9728;
keyFileSize = 512; #keyFileSize = 512;
keyFile = "/dev/sda"; #keyFile = "/dev/sda";
}; };
}; };
}; };