flake/home-manager/tpm.nix

5 lines
108 B
Nix

{
programs.ssh.extraConfig = ''
PKCS11Provider = /run/current-system/sw/lib/libtpm2_pkcs11.so
'';
}