summaryrefslogtreecommitdiff
path: root/lib/ssh.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2022-12-16 16:25:27 -0500
committerBen Sima <ben@bsima.me>2022-12-16 16:25:27 -0500
commit0858e7a3a39ddd2deae128f513fbdedd9edff1b9 (patch)
treefcf2f65c5579e32c40a8b6f868128ab46bac2bbe /lib/ssh.nix
parentd1cc16ccafa8e4230226efd20a5ae5d373bac305 (diff)
parent77d7f79048484266bddde2ce9405d10411a8a1d7 (diff)
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'lib/ssh.nix')
-rw-r--r--lib/ssh.nix6
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";