gnupg fix, add yubikey support

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