Skip to content

Commit 681388e

Browse files
authored
Merge pull request #580 from Erethon/ngi-gh-txt
dns: Add GitHub TXT verification for ngi.nixos.org
2 parents 3a64dd1 + 7950f71 commit 681388e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

terraform/dns.tf

+5
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ locals {
5151
type = "CNAME"
5252
value = "ngi-nix.github.io"
5353
},
54+
{
55+
hostname = "_github-pages-challenge-ngi-nix.ngi.nixos.org"
56+
type = "TXT"
57+
value = "4e8bffbb7ced2aec7be1f8cf3561d6"
58+
},
5459
{
5560
hostname = "hydra.nixos.org"
5661
type = "CNAME"

0 commit comments

Comments
 (0)