wip: remove recovery key

This commit is contained in:
Motiejus Jakštys 2024-07-23 22:18:38 +03:00
parent b4eee91f31
commit 86ee6a1eff
1 changed files with 3 additions and 3 deletions

View File

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