this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(thinkpadz13): re-enable TPM

Khue Doan 1c511f7e ff485244

+9
+9
hosts/thinkpadz13/default.nix
··· 11 11 }; 12 12 }; 13 13 14 + security = { 15 + tpm2 = { 16 + # Extra setup steps https://nixos.wiki/wiki/TPM#Using_a_TPM2_with_OpenSSH 17 + enable = true; 18 + pkcs11.enable = true; 19 + tctiEnvironment.enable = true; 20 + }; 21 + }; 22 + 14 23 nixpkgs = { 15 24 config = { 16 25 rocmSupport = true;