From 246163fde930d47e17d7d05d76cd5ce169480be0 Mon Sep 17 00:00:00 2001 From: Raphael Date: Fri, 31 Oct 2025 14:25:37 +0100 Subject: [PATCH] feat(services/web): changing the mail for acme registration --- services/web.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web.nix b/services/web.nix index 712cf85..1c8bbe6 100644 --- a/services/web.nix +++ b/services/web.nix @@ -30,7 +30,7 @@ in }; security.acme = { acceptTerms = true; - defaults.email = "raphael@parodi.pro"; + defaults.email = "no-reply@enium.eu"; certs = { "raphael.parodi.pro" = { }; };