Configure ssh-agent to work with keepassxc ssh keys

This commit is contained in:
2026-01-10 22:53:28 -08:00
parent 61698aa7e2
commit 4718326cb6

View File

@@ -12,6 +12,10 @@ in
programs.home-manager.enable = true;
services.ssh-agent.enable = true;
# Configure ssh askpass correctly
systemd.user.services.ssh-agent.Service.Environment = [
"SSH_ASKPASS=${pkgs.kdePackages.ksshaskpass}/bin/ksshaskpass"
];
# System Monitoring
programs.btop.enable = true;