chore: add email to acme

Signed-off-by: Chinmay D. Pai <chinmay.pai@zerodha.com>
This commit is contained in:
Chinmay D. Pai 2023-11-26 21:35:07 +05:30
parent 72be7028b6
commit f889b8d1cd
Signed by: thunderbottom
GPG Key ID: 75507BE256F40CED

View File

@ -63,7 +63,10 @@ in {
};
};
security.acme.acceptTerms = true;
security.acme = {
acceptTerms = true;
email = "chinmaydpai@gmail.com";
};
services.nginx = {
enable = true;
recommendedProxySettings = true;