1pass fix
This commit is contained in:
@@ -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
6
config.agent.toml
Normal 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"
|
||||||
Reference in New Issue
Block a user