diff --git a/modules/ssh.nix b/modules/ssh.nix index 4645ef1..af2cdda 100644 --- a/modules/ssh.nix +++ b/modules/ssh.nix @@ -20,6 +20,12 @@ identityFile = "~/.ssh/aur"; }; + "github.com" = { + hostname = "github.com"; + user = "git"; + identityFile = "~/.ssh/github"; + }; + "*" = { addKeysToAgent = "yes"; setEnv = {