services: move hound to build03 ()

This commit is contained in:
Jonas Chevalier 2021-03-08 00:22:10 +00:00 committed by GitHub
parent 37e48b712e
commit f2736f61d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 2 deletions

View file

@ -9,7 +9,7 @@
../roles/gitlab-runner.nix
../roles/nginx.nix
../roles/nix-community-cache.nix
../services/hound
../services/hydra
../services/marvin-mk2.nix
../services/matterbridge.nix

View file

@ -12,6 +12,10 @@
../roles/common.nix
../roles/hetzner-network.nix
../roles/nginx.nix
../roles/nix-community-cache.nix
../services/hound
];
# /boot is a mirror raid

View file

@ -168,5 +168,12 @@ in
];
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";
};
};
}

View file

@ -54,7 +54,7 @@ resource "cloudflare_record" "nix-community-org-hydra-CNAME" {
resource "cloudflare_record" "nix-community-org-search-CNAME" {
zone_id = local.nix_community_org_zone_id
name = "search"
value = "build01.nix-community.org"
value = "build03.nix-community.org"
type = "CNAME"
}