From d0e6fe072a84b7f43705d1efa2ebbd5df6a1d3cb Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sat, 21 Mar 2026 14:34:13 +0100 Subject: [PATCH] Home/Darwinix: Disable keychain --- home/christoph/darwinix/default.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/home/christoph/darwinix/default.nix b/home/christoph/darwinix/default.nix index caf0a6f6..c9321f52 100644 --- a/home/christoph/darwinix/default.nix +++ b/home/christoph/darwinix/default.nix @@ -332,13 +332,6 @@ enableFishIntegration = config.homemodules.fish.enable; }; - keychain = { - enable = true; - enableFishIntegration = config.homemodules.fish.enable; - enableXsessionIntegration = false; - keys = ["id_ed25519"]; - }; - navi = { enable = true; enableFishIntegration = config.homemodules.fish.enable; @@ -351,7 +344,7 @@ matchBlocks = { "*" = { forwardAgent = false; - addKeysToAgent = "no"; + addKeysToAgent = "yes"; compression = true; serverAliveInterval = 0; serverAliveCountMax = 3;