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