diff options
Diffstat (limited to 'users/seth/programs/ssh.nix')
| -rw-r--r-- | users/seth/programs/ssh.nix | 5 |
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"; |
