1pass fix

This commit is contained in:
Matthew Bessette
2026-03-14 15:08:03 -04:00
parent 011089b29a
commit 0ba3dbd3b4
2 changed files with 8 additions and 0 deletions

View File

@@ -123,6 +123,8 @@
prefix=${config.home.homeDirectory}/.npm-global prefix=${config.home.homeDirectory}/.npm-global
'' ; '' ;
home.file.".config/1Password/ssh/agent.toml".source = ./config.agent.toml;
programs.git = { programs.git = {
enable = true; enable = true;

6
config.agent.toml Normal file
View File

@@ -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"