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 = {
device = "${nvme}-part3";
allowDiscards = true;
#crypttabExtraOpts = ["tpm2-device=auto"]; # WIP
keyFileOffset = 9728;
keyFileSize = 512;
keyFile = "/dev/sda";
crypttabExtraOpts = ["tpm2-device=auto"];
#keyFileOffset = 9728;
#keyFileSize = 512;
#keyFile = "/dev/sda";
};
};
};