{ ... }: let onePassPath = "~/.1password/agent.sock"; in { programs.ssh = { enable = true; extraConfig = "IdentityAgent ${onePassPath}"; }; }