break out + ssh unlock
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{ ... }:
|
||||
{
|
||||
boot.initrd.luks.devices.cryptroot.crypttabExtraOpts = [
|
||||
"tpm2-device=auto"
|
||||
"tpm2-pcrs=7"
|
||||
];
|
||||
|
||||
security.tpm2 = {
|
||||
enable = true;
|
||||
pkcs11.enable = true;
|
||||
tctiEnvironment.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user