From a753903d86bebb0e271bc649e1f4c0f9240b9bbd Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 18 Jun 2019 21:34:52 -0700 Subject: ssh key for git.simatime --- common.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'common.nix') 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"; -- cgit v1.2.3