summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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";