mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-17 21:07:54 +08:00
cleanup
This commit is contained in:
parent
0ead18ea70
commit
19c7b3ce3c
1 changed files with 3 additions and 12 deletions
|
|
@ -3,18 +3,6 @@
|
|||
programs.ssh = {
|
||||
enable = true;
|
||||
matchBlocks = {
|
||||
# To clone Juspay repos.
|
||||
# https://developer.1password.com/docs/ssh/agent/advanced/#match-key-with-host
|
||||
#
|
||||
# Download these from 1Password
|
||||
"bitbucket.org" = {
|
||||
identitiesOnly = true;
|
||||
identityFile = "~/.ssh/juspay.pub";
|
||||
};
|
||||
"ssh.bitbucket.juspay.net" = {
|
||||
identityFile = "~/.ssh/juspay.pub";
|
||||
};
|
||||
|
||||
# For git cloning via another jump host
|
||||
"ssh.bitbucket.juspay.net" = {
|
||||
user = "git";
|
||||
|
|
@ -22,6 +10,9 @@
|
|||
# This is the magic line that routes traffic
|
||||
# through the other machine
|
||||
proxyJump = "vanjaram";
|
||||
|
||||
# Download this from 1Password
|
||||
identityFile = "~/.ssh/juspay.pub";
|
||||
};
|
||||
"vanjaram" = {
|
||||
forwardAgent = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue