From 3f0aa559f220ea7aebd5f9110572941040cd4953 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sat, 28 Jun 2025 04:02:42 +0200 Subject: [PATCH] System: Disable gnome-keyring + gcr-ssh-agent (conflicts with ssh.startAgent) --- system/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system/default.nix b/system/default.nix index d8b84399..578a1249 100644 --- a/system/default.nix +++ b/system/default.nix @@ -515,7 +515,8 @@ with mylib.networking; { ]; }; - gnome.gnome-keyring.enable = true; # Some apps require this + gnome.gnome-keyring.enable = false; # TODO: Do apps require this? + gnome.gcr-ssh-agent.enable = false; }; virtualisation = {