add tpm2 support

This commit is contained in:
k3t
2026-07-09 06:21:31 -06:00
parent f2c516f628
commit 40ff0eb691
5 changed files with 16 additions and 7 deletions
+5 -1
View File
@@ -1,6 +1,10 @@
{
programs.ssh = {
startAgent = true;
agentPKCS11Whitelist = "${config.security.tpm2.pkcs11.package}/lib/*,/run/current-system/sw/lib/*";
};
services.openssh = {
enable = true;
settings.PasswordAuthentication = true;
};
}
}