We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f2f5d2 + 4aa2be6 commit 1b3e9d6Copy full SHA for 1b3e9d6
terraform/dns.tf
@@ -41,6 +41,11 @@ locals {
41
type = "CNAME"
42
value = "makemake.ngi.nixos.org"
43
},
44
+ {
45
+ hostname = "summer.nixos.org"
46
+ type = "CNAME"
47
+ value = "makemake.ngi.nixos.org"
48
+ },
49
{
50
hostname = "hydra.nixos.org"
51
terraform/netlify_sites.tf
@@ -13,17 +13,6 @@ resource "netlify_site" "nix-dev" {
13
}
14
15
16
-resource "netlify_site" "nixos-summer" {
17
- name = "nixos-summer"
18
- custom_domain = "summer.nixos.org"
19
-
20
- repo {
21
- provider = "github"
22
- repo_path = "NixOS/nixos-summer"
23
- repo_branch = "main"
24
- }
25
-}
26
27
resource "netlify_site" "nixos-common-styles" {
28
name = "nixos-common-styles"
29
custom_domain = "common-styles.nixos.org"
0 commit comments