diff options
Diffstat (limited to '')
| -rw-r--r-- | home/programs/gh.nix | 1 | ||||
| -rw-r--r-- | machines/mbp-work.nix | 13 |
2 files changed, 0 insertions, 14 deletions
diff --git a/home/programs/gh.nix b/home/programs/gh.nix index b194b35..be221ca 100644 --- a/home/programs/gh.nix +++ b/home/programs/gh.nix @@ -4,7 +4,6 @@ enable = true; settings = { version = 1; - git_protocol = "ssh"; prompt = "enabled"; aliases = { co = "pr checkout"; diff --git a/machines/mbp-work.nix b/machines/mbp-work.nix index 618f536..0929bc0 100644 --- a/machines/mbp-work.nix +++ b/machines/mbp-work.nix @@ -28,18 +28,5 @@ tfswitch vault ]; - programs.ssh.matchBlocks."github.rbx.com" = { - hostname = "github.rbx.com"; - user = "git"; - extraOptions = { - controlMaster = "no"; - controlPath = "none"; - }; - }; - programs.git.extraConfig.url = { - "ssh://git@github.rbx.com/" = { - insteadOf = "https://github.rbx.com/"; - }; - }; }; } |
