From 05b880da4ba62e0f9448581e2c7017e7143548cd Mon Sep 17 00:00:00 2001 From: Hendrik Sokolowski Date: Sat, 28 Oct 2023 16:25:48 +0200 Subject: [PATCH] Update to new standards --- hosts/nachtigall/apps/nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nachtigall/apps/nginx.nix b/hosts/nachtigall/apps/nginx.nix index 359a8e3..37943f0 100644 --- a/hosts/nachtigall/apps/nginx.nix +++ b/hosts/nachtigall/apps/nginx.nix @@ -16,7 +16,7 @@ in { security.acme = { acceptTerms = true; - email = acmeEmailAddress; + defaults.email = acmeEmailAddress; }; networking.firewall.allowedTCPPorts = [80 443];