From 4a877412b56b277d574ed9c6d27054b3053824af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Thu, 24 Oct 2024 23:40:03 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20(home/ssh)=20change=20addKeysToAgen?= =?UTF-8?q?t=20from=20"ask"=20to=20"yes"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/shell/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/shell/ssh.nix b/home/shell/ssh.nix index 668af9a..6e7414c 100644 --- a/home/shell/ssh.nix +++ b/home/shell/ssh.nix @@ -24,7 +24,7 @@ in { enable = true; compression = true; - addKeysToAgent = "ask"; + addKeysToAgent = "yes"; matchBlocks = { "cesium git.fainsin.bzh" = {