summaryrefslogtreecommitdiff
path: root/lib/common.nix
diff options
context:
space:
mode:
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" ];