summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-05-24 16:50:11 -0700
committerBen Sima <ben@bsima.me>2019-05-24 16:50:11 -0700
commit7f921ad8c79bb02f0715050c3e8976753f529dbe (patch)
tree3f506e5076206d1e78f399854fafb97b50eb337e /common.nix
parent50c5266d266826e72cda620deba2ce107b62b077 (diff)
add github ssh alias
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/common.nix b/common.nix
index 23c5244..addda00 100644
--- a/common.nix
+++ b/common.nix
@@ -49,6 +49,12 @@ in
enable = true;
forwardAgent = true;
matchBlocks = {
+ gh = {
+ hostname = "github.com";
+ user = "git";
+ identityFile = [ "${homedir}/.ssh/id_rsa" ];
+ identitiesOnly = true;
+ };
hidor-kahih = {
hostname = "home.simatime.com";
user = "ben";