From e130e7c46b91a1ee64bb25e379eaf70c196cd0ff Mon Sep 17 00:00:00 2001 From: lightly-toasted Date: Fri, 12 Sep 2025 23:32:46 +0900 Subject: [PATCH] feat(keepassxc): disable ssh agent --- home/modules/graphical/keepassxc.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home/modules/graphical/keepassxc.nix b/home/modules/graphical/keepassxc.nix index a7d4b65..37d87ab 100644 --- a/home/modules/graphical/keepassxc.nix +++ b/home/modules/graphical/keepassxc.nix @@ -7,7 +7,6 @@ UpdateBinaryPath = false; AllowLocalhostWithPasskeys = true; }; - SSHAgent.Enabled = true; GUI = { MinimizeToTray = true; MinimizeOnStartup = true;