global: disable gnome-keyring ssh agent

Changed files
+3
global
programs
+3
global/programs/ssh.nix
···
ConnectTimeout 5
''; # if things exceed 5 seconds to connect something has gone wrong. Fail fast to not wait.
};
+
+
# i did not consent to having this automatically enabled
+
services.gnome.gcr-ssh-agent.enable = false;
}