feat(stolas): enable TPM2 LUKS keyslot

This commit is contained in:
Tim Schubert 2025-07-26 13:43:39 +02:00
parent 215f4313bd
commit 592a7a149f
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View file

@ -29,6 +29,7 @@
"nvme"
"xhci_pci"
"thunderbolt"
"tpm"
"usb_storage"
"sd_mod"
];

View file

@ -30,10 +30,8 @@
content = {
type = "luks";
name = "crypted";
#passwordFile = "/tmp/secret.key"; # Interactive
settings = {
allowDiscards = true;
#keyFile = "/tmp/secret.key";
};
#additionalKeyFiles = [ "/tmp/additionalSecret.key" ];
content = {