dns: drop eris hostname
Martin Weinelt committed
Oct 21, 2024 at 01:31 UTC
d638e0965f95fff0c1a276de3f1697a879fdb8e1
1 file changed
-10
terraform/dns.tf
-10
@@ -11,16 +11,6 @@ locals {
11
zone_id = netlify_dns_zone.nixos.id
12
13
dns_records = [
14
- {
15
- hostname = "eris.nixos.org"
16
- type = "A"
17
- value = "138.201.32.77"
18
- },
19
- {
20
- hostname = "eris.nixos.org"
21
- type = "AAAA"
22
- value = "2a01:4f8:171:33cc::1"
23
- },
14
{
15
hostname = "haumea.nixos.org"
16
type = "A"