Implement ssh keys protected with solokey

This commit is contained in:
2026-08-15 10:59:22 +02:00
parent 121f79e048
commit b6e2c6d0df
3 changed files with 9 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# config to make solokey1 work for ssh
{...}: {
# services.pcscd.enable = true;
services.gnome.gcr-ssh-agent.enable = false;
programs.ssh.startAgent = true;
}