NixOS / infra

NixOS configurations for nixos.org and its servers
MIT License
208 stars 91 forks source link

dns: add records for wiki.nixos.org #369

Closed JulienMalka closed 4 months ago

JulienMalka commented 4 months ago

In prevision for the deployment of the wiki.

delroth commented 4 months ago
Terraform will perform the following actions:

  # netlify_dns_record.nixos["wiki.nixos.org-A"] will be created
  + resource "netlify_dns_record" "nixos" {
      + hostname = "wiki.nixos.org"
      + id       = (known after apply)
      + type     = "A"
      + value    = "65.21.240.250"
      + zone_id  = "5e6ce1b8b6f808aa16acd1ff"
    }

  # netlify_dns_record.nixos["wiki.nixos.org-AAAA"] will be created
  + resource "netlify_dns_record" "nixos" {
      + hostname = "wiki.nixos.org"
      + id       = (known after apply)
      + type     = "AAAA"
      + value    = "2a01:4f9:c012:8178::"
      + zone_id  = "5e6ce1b8b6f808aa16acd1ff"
    }

Plan: 2 to add, 0 to change, 0 to destroy.

Deployed.

JulienMalka commented 4 months ago

Thank you :)