8 lines
215 B
Nix
8 lines
215 B
Nix
{
|
|
security.tpm2 = {
|
|
enable = true;
|
|
pkcs11.enable = true; # expose /run/current-system/sw/lib/libtpm2_pkcs11.so
|
|
tctiEnvironment.enable = true; # TPM2TOOLS_TCTI and TPM2_PKCS11_TCTI env variables
|
|
};
|
|
}
|