gnupg fix, add yubikey support
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user