Skip to content

Commit

Permalink
Merge pull request #421 from Erethon/fix-makemake-dns
Browse files Browse the repository at this point in the history
dns: Fix typo in makemake hostname
  • Loading branch information
mweinelt committed May 8, 2024
2 parents 925d4d6 + 7bce23a commit 5d3794f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/dns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ locals {
{
hostname = "buildbot.ngi.nixos.org"
type = "CNAME"
value = "makemake.nixos.org"
value = "makemake.ngi.nixos.org"
},
{
hostname = "hydra.ngi0.nixos.org"
type = "CNAME"
value = "makemake.nixos.org"
value = "makemake.ngi.nixos.org"
},
{
hostname = "hydra.nixos.org"
Expand Down

0 comments on commit 5d3794f

Please sign in to comment.