aboutsummaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--machines/mbp-work.nix13
1 files changed, 0 insertions, 13 deletions
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/";
- };
- };
};
}