aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@roblox.com>2026-01-07 14:25:01 -0800
committerFranck Cuny <fcuny@roblox.com>2026-01-07 14:25:01 -0800
commitcb1a4cc6dd70f05957bbd468071cc5b1a29b6b0e (patch)
tree048697379bc9f1f74d4bac8c59d1d2b2d84fe8a3
parentfix the path for aider's configuration (diff)
downloadinfra-cb1a4cc6dd70f05957bbd468071cc5b1a29b6b0e.tar.gz
switch to https for git@work
-rw-r--r--home/programs/gh.nix1
-rw-r--r--machines/mbp-work.nix13
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/";
- };
- };
};
}