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 --- machines/mbp-work.nix | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'machines/mbp-work.nix') 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