From 8bdda3df420e656fb934cf597142e28628503d2e Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 20 Nov 2024 05:44:59 -0500 Subject: seth/jj: init --- users/seth/programs/ssh.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'users/seth/programs/ssh.nix') 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"; -- cgit v1.2.3