diff options
Diffstat (limited to 'common.nix')
-rw-r--r-- | common.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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"; |