diff options
author | Ben Sima <ben@bsima.me> | 2022-12-16 16:25:27 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-12-16 16:25:27 -0500 |
commit | 0858e7a3a39ddd2deae128f513fbdedd9edff1b9 (patch) | |
tree | fcf2f65c5579e32c40a8b6f868128ab46bac2bbe /lib/ssh.nix | |
parent | d1cc16ccafa8e4230226efd20a5ae5d373bac305 (diff) | |
parent | 77d7f79048484266bddde2ce9405d10411a8a1d7 (diff) |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'lib/ssh.nix')
-rw-r--r-- | lib/ssh.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ssh.nix b/lib/ssh.nix index 48b79ad..29cb677 100644 --- a/lib/ssh.nix +++ b/lib/ssh.nix @@ -47,6 +47,12 @@ in { identityFile = [ "${homedir}/.ssh/id_rsa" ]; identitiesOnly = true; }; + "gerrit.simatime.com" = { + hostname = "gerrit.simatime.com"; + user = "bsima"; + identityFile = [ "${homedir}/.ssh/gerrit.simatime.com" ]; + identitiesOnly = true; + }; "lithium" = { hostname = "192.168.1.9"; user = "ben"; |