summaryrefslogtreecommitdiff
path: root/lib/common.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-09-04 00:11:50 -0700
committerBen Sima <ben@bsima.me>2019-09-04 00:11:50 -0700
commitf6c763136f4da01e9b7361b249b34bb1f346089c (patch)
treecd1edaddbb2b028ed81b49420921fe04bd07e766 /lib/common.nix
parente297c91e1429c8cdc8ff09359693c16d96dc103a (diff)
change github ssh thing
Diffstat (limited to 'lib/common.nix')
-rw-r--r--lib/common.nix2
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" ];