switch to production domain

This commit is contained in:
Jörg Thalheim 2024-04-01 13:30:03 +02:00
parent f703ee79fc
commit 76501abda3
2 changed files with 5 additions and 5 deletions

View File

@ -21,13 +21,13 @@ in
};
services.nixos-wiki = {
hostname = "wiki.staging.julienmalka.me";
hostname = "wiki.nixos.org";
adminPasswordFile = config.sops.secrets.nixos-wiki.path;
githubClientId = "Iv1.fcbe65bcecdda275";
githubClientSecretFile = config.sops.secrets.nixos-wiki-github-client-secret.path;
emergencyContact = "nixos-wiki@thalheim.io";
passwordSender = "nixos-wiki@thalheim.io";
noReplyAddress = "nixos-wiki-no-reply@thalheim.io";
emergencyContact = "wiki@nixos.org";
passwordSender = "wiki@nixos.org";
noReplyAddress = "wiki-no-reply@nixos.org";
};
services.cloud-init.enable = lib.mkForce false;

View File

@ -11,7 +11,7 @@ terraform {
module "wiki" {
source = "../../terraform/nixos-wiki"
domain = "nixos-wiki2.thalheim.io"
domain = "wiki.nixos.org"
nixos_flake_attr = "nixos-wiki-nixos-org"
nixos_vars_file = "${path.module}/nixos-vars.json"
sops_file = abspath("${path.module}/secrets/secrets.yaml")