diff options
Diffstat (limited to '')
| -rw-r--r-- | users/programs/ssh.nix (renamed from users/profiles/ssh.nix) | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/users/profiles/ssh.nix b/users/programs/ssh.nix index 322a8bc..c236904 100644 --- a/users/profiles/ssh.nix +++ b/users/programs/ssh.nix @@ -23,16 +23,6 @@ controlPath = "none"; }; }; - "github.rbx.com" = { - hostname = "github.rbx.com"; - user = "git"; - forwardAgent = false; - extraOptions = { - preferredAuthentications = "publickey"; - controlMaster = "no"; - controlPath = "none"; - }; - }; }; }; |
