summaryrefslogtreecommitdiff
path: root/users/seth/programs/ssh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/seth/programs/ssh.nix')
-rw-r--r--users/seth/programs/ssh.nix5
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";