nixos-config/config/services/tpm2.nix

4 lines
81 B
Nix

{ ... }: {
security.tpm2.enable = true;
security.tpm2.abrmd.enable = true;
}