diff options
Diffstat (limited to 'users/seth/programs/ssh.nix')
| -rw-r--r-- | users/seth/programs/ssh.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/users/seth/programs/ssh.nix b/users/seth/programs/ssh.nix index 4db813a..9cef7ff 100644 --- a/users/seth/programs/ssh.nix +++ b/users/seth/programs/ssh.nix @@ -31,6 +31,11 @@ in user = "git"; }; + "github.com" = { + identityFile = "${sshDir}/github"; + user = "git"; + }; + # linux packaging "aur.archlinux.org" = { identityFile = "${sshDir}/aur"; |
