services: move hound to build03 (#62)
This commit is contained in:
parent
37e48b712e
commit
f2736f61d5
4 changed files with 13 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
||||||
../roles/gitlab-runner.nix
|
../roles/gitlab-runner.nix
|
||||||
../roles/nginx.nix
|
../roles/nginx.nix
|
||||||
../roles/nix-community-cache.nix
|
../roles/nix-community-cache.nix
|
||||||
../services/hound
|
|
||||||
../services/hydra
|
../services/hydra
|
||||||
../services/marvin-mk2.nix
|
../services/marvin-mk2.nix
|
||||||
../services/matterbridge.nix
|
../services/matterbridge.nix
|
||||||
|
|
|
@ -12,6 +12,10 @@
|
||||||
|
|
||||||
../roles/common.nix
|
../roles/common.nix
|
||||||
../roles/hetzner-network.nix
|
../roles/hetzner-network.nix
|
||||||
|
../roles/nginx.nix
|
||||||
|
../roles/nix-community-cache.nix
|
||||||
|
|
||||||
|
../services/hound
|
||||||
];
|
];
|
||||||
|
|
||||||
# /boot is a mirror raid
|
# /boot is a mirror raid
|
||||||
|
|
|
@ -168,5 +168,12 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
deployment.targetHost = "build03.nix-community.org";
|
deployment.targetHost = "build03.nix-community.org";
|
||||||
|
|
||||||
|
deployment.keys."nix-community-cachix.dhall" = {
|
||||||
|
text = secrets."nix-community-cachix.dhall";
|
||||||
|
destDir = "/var/lib/post-build-hook";
|
||||||
|
user = "root";
|
||||||
|
permissions = "0400";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -54,7 +54,7 @@ resource "cloudflare_record" "nix-community-org-hydra-CNAME" {
|
||||||
resource "cloudflare_record" "nix-community-org-search-CNAME" {
|
resource "cloudflare_record" "nix-community-org-search-CNAME" {
|
||||||
zone_id = local.nix_community_org_zone_id
|
zone_id = local.nix_community_org_zone_id
|
||||||
name = "search"
|
name = "search"
|
||||||
value = "build01.nix-community.org"
|
value = "build03.nix-community.org"
|
||||||
type = "CNAME"
|
type = "CNAME"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue