home/git: properly set url overrides and includes

This commit is contained in:
2024-07-08 15:32:00 +02:00
parent 2532fef033
commit cd508d5337
3 changed files with 211 additions and 125 deletions

View File

@@ -9,6 +9,18 @@
"github" = {
user = "git";
hostname = "github.com";
identityFile = [ "~/.ssh/id_ed25519" ];
};
"github-nordicsemi" = {
user = "git";
hostname = "github.com";
identityFile = [ "~/.ssh/id_ed25519_nordicsemi" ];
};
"bitbucket-nordicsemi" = {
user = "git";
hostname = "bitbucket.nordicsemi.no";
port = 7999;
identityFile = [ "~/.ssh/id_ed25519_nordicsemi" ];
};
"gitlab.stud.idi.ntnu.no" = {
user = "git";