diff options
author | Ben Sima <ben@bsima.me> | 2019-09-04 00:11:50 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-09-04 00:11:50 -0700 |
commit | f6c763136f4da01e9b7361b249b34bb1f346089c (patch) | |
tree | cd1edaddbb2b028ed81b49420921fe04bd07e766 /lib | |
parent | e297c91e1429c8cdc8ff09359693c16d96dc103a (diff) |
change github ssh thing
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common.nix b/lib/common.nix index 511bae5..58d12bd 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -67,7 +67,7 @@ in identityFile = [ "${homedir}/.ssh/id_rsa" ]; identitiesOnly = true; }; - gh = { + "github.com" = { hostname = "github.com"; user = "git"; identityFile = [ "${homedir}/.ssh/id_rsa" ]; |