diff options
author | Ben Sima <ben@bsima.me> | 2019-06-18 21:34:52 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-06-18 21:35:18 -0700 |
commit | a753903d86bebb0e271bc649e1f4c0f9240b9bbd (patch) | |
tree | 50f5c8631b2e4def10b51ef724c4d8f335f550a0 | |
parent | 119385ec7537aa100a95012dfb8d13c54edf5b68 (diff) |
ssh key for git.simatime
-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"; |