move darwin-build-box to darwin01
This commit is contained in:
parent
d793dcf529
commit
ba2f201f49
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ build-box.nix-community.org ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIElIQ54qAy7Dh63r
|
|||
`aarch64-darwin`, `x86_64-darwin`
|
||||
|
||||
```
|
||||
darwin-build-box.nix-community.org ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKX7W1ztzAtVXT+NBMITU+JLXcIE5HTEOd7Q3fQNu80S
|
||||
darwin-build-box.nix-community.org ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDDnaVD9TZDJKSpiJQg0qYs0WUHFq3Ur5ijm/kHOY91N
|
||||
```
|
||||
|
||||
[_Note: currently the darwin build box doesn't support FIDO keys._](https://github.com/nix-community/infra/issues/1007)
|
||||
|
|
|
@ -141,7 +141,7 @@ resource "cloudflare_record" "nix-community-org-build-box-CNAME" {
|
|||
resource "cloudflare_record" "nix-community-org-darwin-build-box-CNAME" {
|
||||
zone_id = local.nix_community_zone_id
|
||||
name = "darwin-build-box"
|
||||
value = "darwin03.nix-community.org"
|
||||
value = "darwin01.nix-community.org"
|
||||
type = "CNAME"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue