mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
ssh: add immediacy
This commit is contained in:
parent
3b7f981ec7
commit
23d4d205ad
1 changed files with 4 additions and 0 deletions
|
|
@ -13,6 +13,10 @@
|
|||
user = "admin";
|
||||
forwardAgent = true;
|
||||
};
|
||||
immediacy = {
|
||||
hostname = "65.109.84.215";
|
||||
forwardAgent = true;
|
||||
};
|
||||
# To clone Juspay repos.
|
||||
# https://developer.1password.com/docs/ssh/agent/advanced/#match-key-with-host
|
||||
"bitbucket.org" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue