nix-flake/modules/hardware/core/tpm.nix
2026-02-07 13:44:48 +07:00

7 lines
No EOL
117 B
Nix

{ ... }: {
security.tpm2 = {
enable = true;
pkcs11.enable = true;
tctiEnvironment.enable = true;
};
}