move to correct wiki domain

This commit is contained in:
Jörg Thalheim 2023-05-14 18:34:03 +02:00
parent 4334780de4
commit beb1448f26
2 changed files with 3 additions and 3 deletions

View File

@ -11,8 +11,8 @@ terraform {
module "wiki" {
source = "../../modules/wiki"
netlify_dns_zone = "wiki.thalheim.io"
domain = "wiki.thalheim.io"
netlify_dns_zone = "nixos-wiki.thalheim.io"
domain = "nixos-wiki.thalheim.io"
nixos_flake_attr = "nixos-wiki-production"
nixos_vars_file = "${path.module}/nixos-vars.json"
tags = {

View File

@ -11,7 +11,7 @@ terraform {
module "wiki" {
source = "../../modules/wiki"
netlify_dns_zone = "wiki.thalheim.io"
netlify_dns_zone = "nixos-wiki.thalheim.io"
nixos_flake_attr = "nixos-wiki-staging"
nixos_vars_file = "${path.module}/nixos-vars.json"
tags = {