From f6c763136f4da01e9b7361b249b34bb1f346089c Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 4 Sep 2019 00:11:50 -0700 Subject: change github ssh thing --- lib/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/common.nix') 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" ]; -- cgit v1.2.3