summaryrefslogtreecommitdiff
path: root/users/seth/programs/ssh.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2024-11-20 05:44:59 -0500
committerseth <[email protected]>2024-11-21 03:07:31 -0500
commit8bdda3df420e656fb934cf597142e28628503d2e (patch)
tree3c58d8ef943c6836182ccc0349405e8b1a6b2152 /users/seth/programs/ssh.nix
parente998a21d1dcef95d97328273c1420f1196c89e09 (diff)
seth/jj: init
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";