Update some work hostnames

This commit is contained in:
Erwin Boskma 2025-01-24 08:49:37 +01:00
parent e57a86d5d0
commit b02bf486e3
Signed by: erwin
SSH key fingerprint: SHA256:3F6Cm6I3erRqlBwEghZWAQl6eS5WrGTX1Vs/Evec1lQ
2 changed files with 3 additions and 11 deletions

View file

@ -99,14 +99,10 @@ in
extraConfig = { extraConfig = {
credential = { credential = {
helper = [ helper = [
"cache --timeout 900" "cache --timeout 21600"
"${pkgs.git-credential-oauth}/bin/git-credential-oauth" "${pkgs.git-credential-oauth}/bin/git-credential-oauth"
]; ];
"https://dev.azure.com" = {
useHttpPath = true;
};
"https://git.datarift.nl" = { "https://git.datarift.nl" = {
oauthClientId = "a4792ccc-144e-407e-86c9-5e7d8d9c3269"; oauthClientId = "a4792ccc-144e-407e-86c9-5e7d8d9c3269";
oauthAuthURL = "/login/oauth/authorize"; oauthAuthURL = "/login/oauth/authorize";

View file

@ -76,7 +76,7 @@ in
forwardAgent = true; forwardAgent = true;
}; };
"repohost.bedum.horus.nu" = { "repohost.internal.horus.nu" = {
forwardAgent = true; forwardAgent = true;
extraOptions = { extraOptions = {
ControlMaster = "auto"; ControlMaster = "auto";
@ -84,17 +84,13 @@ in
}; };
}; };
"gitea.bedum.horus.nu" = {
forwardAgent = true;
};
monitoring = { monitoring = {
hostname = "monitoring.internal.horus.nu"; hostname = "monitoring.internal.horus.nu";
identityFile = horusKey; identityFile = horusKey;
}; };
buildserver2 = { buildserver2 = {
hostname = "buildserver2.bedum.horus.nu"; hostname = "buildserver2.internal.horus.nu";
user = "horus"; user = "horus";
identityFile = horusKey; identityFile = horusKey;
}; };