From c6e15f1893a8f69f12377f996780834730d99fcf Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Tue, 3 Jun 2025 16:39:34 +0200 Subject: [PATCH] Keychain: remove deprecated agents --- modules/hm/keychain.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/hm/keychain.nix b/modules/hm/keychain.nix index 4942332..049bec6 100644 --- a/modules/hm/keychain.nix +++ b/modules/hm/keychain.nix @@ -2,10 +2,6 @@ programs.keychain = { enable = true; keys = [ "id_ed25519" ]; - agents = [ - "gpg" - "ssh" - ]; enableBashIntegration = true; enableZshIntegration = true; enableXsessionIntegration = true;