Auto add ssh-keys to ssh-agent

This commit is contained in:
SebastianStork 2024-04-30 12:31:38 +02:00
parent 903484a4cd
commit 859b016779

View file

@ -8,6 +8,8 @@
config = lib.mkIf config.myConfig.ssh-client.enable {
programs.ssh = {
enable = true;
addKeysToAgent = "confirm";
};
services.ssh-agent.enable = true;