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