mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-06-26 12:41:34 +02:00
change reply address to match dkim settings
This commit is contained in:
parent
7ce8d5c9f3
commit
1df8159500
@ -26,8 +26,8 @@ in
|
|||||||
githubClientId = "Iv1.fcbe65bcecdda275";
|
githubClientId = "Iv1.fcbe65bcecdda275";
|
||||||
githubClientSecretFile = config.sops.secrets.nixos-wiki-github-client-secret.path;
|
githubClientSecretFile = config.sops.secrets.nixos-wiki-github-client-secret.path;
|
||||||
emergencyContact = "wiki@nixos.org";
|
emergencyContact = "wiki@nixos.org";
|
||||||
passwordSender = "wiki@nixos.org";
|
passwordSender = "wiki@wiki.nixos.org";
|
||||||
noReplyAddress = "wiki-no-reply@nixos.org";
|
noReplyAddress = "wiki-no-reply@wiki.nixos.org";
|
||||||
};
|
};
|
||||||
|
|
||||||
services.cloud-init.enable = lib.mkForce false;
|
services.cloud-init.enable = lib.mkForce false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user