chore: move acme.email to acme.defaults.email

Signed-off-by: Chinmay D. Pai <chinmay.pai@zerodha.com>
This commit is contained in:
Chinmay D. Pai 2023-11-28 21:54:57 +05:30
parent 0f0dc24de0
commit 76f75e710a
Signed by: thunderbottom
GPG Key ID: 75507BE256F40CED

View File

@ -1,7 +1,7 @@
{...}: { {...}: {
security.acme = { security.acme = {
acceptTerms = true; acceptTerms = true;
email = "chinmaydpai@gmail.com"; defaults.email = "chinmaydpai@gmail.com";
}; };
services.nginx = { services.nginx = {