From 8466b7dec15d8d2b190b8c426fc713127f7ccd07 Mon Sep 17 00:00:00 2001 From: "Ricardo (XenGi) Band" Date: Sun, 8 Mar 2026 14:04:46 +0100 Subject: [PATCH] fix email --- hosts/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common.nix b/hosts/common.nix index 9e45883..53d1e86 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -122,7 +122,7 @@ defaults = { validMinDays = 14; renewInterval = "daily"; - email = "adimn@berlin.ccc.de"; + email = "admin@berlin.ccc.de"; group = "nginx"; }; };