summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-06-18 21:34:52 -0700
committerBen Sima <ben@bsima.me>2019-06-18 21:35:18 -0700
commita753903d86bebb0e271bc649e1f4c0f9240b9bbd (patch)
tree50f5c8631b2e4def10b51ef724c4d8f335f550a0 /common.nix
parent119385ec7537aa100a95012dfb8d13c54edf5b68 (diff)
ssh key for git.simatime
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 3827f69..75c0fc7 100644
--- a/common.nix
+++ b/common.nix
@@ -57,6 +57,12 @@ in
enable = true;
forwardAgent = true;
matchBlocks = {
+ "simatime.com" = {
+ hostname = "simatime.com";
+ user = "git";
+ identityFile = [ "${homedir}/.ssh/id_rsa_old" ];
+ identitiesOnly = true;
+ };
gh = {
hostname = "github.com";
user = "git";