mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-02-15 09:49:23 +01:00
switch to production domain
This commit is contained in:
parent
f703ee79fc
commit
76501abda3
@ -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;
|
||||
|
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user