From 7f921ad8c79bb02f0715050c3e8976753f529dbe Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 24 May 2019 16:50:11 -0700 Subject: add github ssh alias --- common.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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"; -- cgit v1.2.3