diff --git a/home.nix b/home.nix index f83d6b8..2722861 100644 --- a/home.nix +++ b/home.nix @@ -143,4 +143,11 @@ # https://developer.1password.com/docs/cli/shell-plugins plugins = with pkgs; [ gh ]; }; + home.file.".config/1Password/ssh/agent.toml" = lib.mkIf config._1password { + # https://developer.1password.com/docs/ssh/agent/config + text = '' + [[ssh-keys]] + vault = "Private" + ''; + }; }