diff options
| author | seth <[email protected]> | 2024-11-20 05:44:59 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-11-21 03:07:31 -0500 |
| commit | 8bdda3df420e656fb934cf597142e28628503d2e (patch) | |
| tree | 3c58d8ef943c6836182ccc0349405e8b1a6b2152 /users/seth/programs/ssh.nix | |
| parent | e998a21d1dcef95d97328273c1420f1196c89e09 (diff) | |
seth/jj: init
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"; |
