summaryrefslogtreecommitdiff
path: root/users/seth/programs/ssh.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-09-10 16:47:27 -0400
committerseth <[email protected]>2023-09-10 16:47:27 -0400
commitb3656ee76f3b721a00e72f98ba597719b1d71407 (patch)
tree5dc3d1c049db9b2cf421d87f02046ff53fca3a3f /users/seth/programs/ssh.nix
parenta46e171d510ed0375b21c0372040305f42db57e1 (diff)
seth/git: use gh credential helper
Diffstat (limited to 'users/seth/programs/ssh.nix')
-rw-r--r--users/seth/programs/ssh.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/users/seth/programs/ssh.nix b/users/seth/programs/ssh.nix
index ad87477..080a60e 100644
--- a/users/seth/programs/ssh.nix
+++ b/users/seth/programs/ssh.nix
@@ -18,11 +18,6 @@ in {
sshDir = "${config.home.homeDirectory}/.ssh";
in {
# git forges
- "github.com" = {
- identityFile = "${sshDir}/github";
- user = "git";
- };
-
"codeberg.org" = {
identityFile = "${sshDir}/codeberg";
user = "git";