{ pkgs, config, ... }: { programs.ssh = { enable = true; extraConfig = '' Host * IdentityAgent ~/.1password/agent.sock ''; }; }