Revert "wip: remove recovery key"

This reverts commit 86ee6a1eff.
This commit is contained in:
Motiejus Jakštys 2024-07-23 22:25:19 +03:00
parent 86ee6a1eff
commit 9fe808c3fb
1 changed files with 3 additions and 3 deletions

View File

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