treewide: get rid of nordic related config

This commit is contained in:
2025-08-22 14:20:47 +02:00
parent 26a8de0e9a
commit 57b1390e45
7 changed files with 5 additions and 105 deletions
-11
View File
@@ -11,17 +11,6 @@
hostname = "github.com";
identityFile = [ "~/.ssh/id_rsa" ];
};
"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";
proxyJump = "pvv";