Remove conf.nixos.org
This was the conference website until NixCon 2015. Later events were hosted unter the nixcon.org domain name.
Martin Weinelt committed
Jan 6, 2025 at 01:26 UTC
5c4bd89814a6a26da3d491abee74c9eb791eea1d
2 files changed
-6
build/pluto/prometheus/exporters/blackbox.nix
-1
@@ -46,7 +46,6 @@ in
46
"https://cache.nixos.org"
47
"https://channels.nixos.org"
48
"https://common-styles.nixos.org"
49
- "https://conf.nixos.org"
49
"https://discourse.nixos.org"
50
"https://hydra.nixos.org"
51
"https://mobile.nixos.org"
terraform/dns.tf
-5
@@ -126,11 +126,6 @@ locals {
126
type = "CNAME"
127
value = "dualstack.v2.shared.global.fastly.net"
128
},
129
- {
130
- hostname = "conf.nixos.org"
131
- type = "CNAME"
132
- value = "nixconberlin.github.io"
133
- },
129
{
130
hostname = "discourse.nixos.org"
131
type = "A"