change reply address to match dkim settings

This commit is contained in:
Jörg Thalheim 2024-04-01 18:08:27 +02:00
parent 7ce8d5c9f3
commit 1df8159500

View File

@ -26,8 +26,8 @@ in
githubClientId = "Iv1.fcbe65bcecdda275";
githubClientSecretFile = config.sops.secrets.nixos-wiki-github-client-secret.path;
emergencyContact = "wiki@nixos.org";
passwordSender = "wiki@nixos.org";
noReplyAddress = "wiki-no-reply@nixos.org";
passwordSender = "wiki@wiki.nixos.org";
noReplyAddress = "wiki-no-reply@wiki.nixos.org";
};
services.cloud-init.enable = lib.mkForce false;