aboutsummaryrefslogtreecommitdiff
path: root/nix/profiles/home-manager/git.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-03-04 16:17:39 -0800
committerFranck Cuny <franck@fcuny.net>2024-03-04 16:17:39 -0800
commitd048a7b6a225f9e30b2a95e9461f4c267eb29af0 (patch)
treee7da6bcb7901d4c0daae50b59fa5c2b02e89b51d /nix/profiles/home-manager/git.nix
parentdon't sign git commits (diff)
downloadinfra-d048a7b6a225f9e30b2a95e9461f4c267eb29af0.tar.gz
add configuration for my work machine
Diffstat (limited to 'nix/profiles/home-manager/git.nix')
-rw-r--r--nix/profiles/home-manager/git.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/nix/profiles/home-manager/git.nix b/nix/profiles/home-manager/git.nix
index d7b07c3..93909de 100644
--- a/nix/profiles/home-manager/git.nix
+++ b/nix/profiles/home-manager/git.nix
@@ -35,6 +35,12 @@
branch.sort = "authordate";
commit.template = "${config.xdg.dataHome}/git/commit.template";
+
+ url = {
+ "ssh://git@github.rbx.com/" = {
+ insteadOf = "https://github.rbx.com/";
+ };
+ };
};
ignores = [