diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-03-04 16:17:39 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-03-04 16:17:39 -0800 |
| commit | d048a7b6a225f9e30b2a95e9461f4c267eb29af0 (patch) | |
| tree | e7da6bcb7901d4c0daae50b59fa5c2b02e89b51d /nix/profiles/home-manager/git.nix | |
| parent | don't sign git commits (diff) | |
| download | infra-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.nix | 6 |
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 = [ |
