{ inputs, pkgs, lib, config, ... }:
{
security.gnupg.agent = {
  keyring."89F52A879E0019A966503AFFDE72EEA84CDFA3A7" = {};
};
services.openssh.extraConfig = ''
  # This is for removing remote gpg-agent's socket
  StreamLocalBindUnlink yes
'';
}