feat(services/web): changing the mail for acme registration

This commit is contained in:
Raphael 2025-10-31 14:25:37 +01:00
parent 8a0b4ce76d
commit 246163fde9
No known key found for this signature in database

View file

@ -30,7 +30,7 @@ in
}; };
security.acme = { security.acme = {
acceptTerms = true; acceptTerms = true;
defaults.email = "raphael@parodi.pro"; defaults.email = "no-reply@enium.eu";
certs = { certs = {
"raphael.parodi.pro" = { }; "raphael.parodi.pro" = { };
}; };