feat(stolas): enable TPM2 LUKS keyslot
This commit is contained in:
parent
215f4313bd
commit
a7e27be92f
1 changed files with 4 additions and 1 deletions
|
@ -33,7 +33,10 @@
|
|||
#passwordFile = "/tmp/secret.key"; # Interactive
|
||||
settings = {
|
||||
allowDiscards = true;
|
||||
#keyFile = "/tmp/secret.key";
|
||||
crypttabExtraOpts = [
|
||||
"tpm2-device=auto"
|
||||
"tpm2-pin=yes"
|
||||
];
|
||||
};
|
||||
#additionalKeyFiles = [ "/tmp/additionalSecret.key" ];
|
||||
content = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue