From 0ba3dbd3b4f725a2a820cbbe311615a73cbf4df8 Mon Sep 17 00:00:00 2001 From: Matthew Bessette Date: Sat, 14 Mar 2026 15:08:03 -0400 Subject: [PATCH] 1pass fix --- cleo.home.nix | 2 ++ config.agent.toml | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 config.agent.toml diff --git a/cleo.home.nix b/cleo.home.nix index 4f96ff7..15b8439 100644 --- a/cleo.home.nix +++ b/cleo.home.nix @@ -123,6 +123,8 @@ prefix=${config.home.homeDirectory}/.npm-global '' ; + home.file.".config/1Password/ssh/agent.toml".source = ./config.agent.toml; + programs.git = { enable = true; diff --git a/config.agent.toml b/config.agent.toml new file mode 100644 index 0000000..ae5370c --- /dev/null +++ b/config.agent.toml @@ -0,0 +1,6 @@ +[[ssh-keys]] + item = "1Password SSH Key" # The Title of the item in 1Password + # vault = "Work" # Optional: Specify the vault if names collide + +[[ssh-keys]] + item = "Personal GitHub"