7 lines
No EOL
117 B
Nix
7 lines
No EOL
117 B
Nix
{ ... }: {
|
|
security.tpm2 = {
|
|
enable = true;
|
|
pkcs11.enable = true;
|
|
tctiEnvironment.enable = true;
|
|
};
|
|
} |