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 = {
credential = {
helper = [
"cache --timeout 900"
"cache --timeout 21600"
"${pkgs.git-credential-oauth}/bin/git-credential-oauth"
];
"https://dev.azure.com" = {
useHttpPath = true;
};
"https://git.datarift.nl" = {
oauthClientId = "a4792ccc-144e-407e-86c9-5e7d8d9c3269";
oauthAuthURL = "/login/oauth/authorize";

View file

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