Update some work hostnames
This commit is contained in:
parent
e57a86d5d0
commit
b02bf486e3
2 changed files with 3 additions and 11 deletions
|
@ -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";
|
||||||
|
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue