From cb1a4cc6dd70f05957bbd468071cc5b1a29b6b0e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 7 Jan 2026 14:25:01 -0800 Subject: switch to https for git@work --- home/programs/gh.nix | 1 - machines/mbp-work.nix | 13 ------------- 2 files changed, 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/"; - }; - }; }; } -- cgit v1.2.3