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 = {
|
||||
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";
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue