From 5759e8a498348b0cc36cc9238088acacc75cf3c1 Mon Sep 17 00:00:00 2001 From: kat witch Date: Tue, 4 Jan 2022 05:19:44 +0000 Subject: [PATCH] Bug fix --- config/services/nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/services/nginx.nix b/config/services/nginx.nix index 178580dc..70a074e7 100644 --- a/config/services/nginx.nix +++ b/config/services/nginx.nix @@ -39,7 +39,7 @@ with lib; }; security.acme = { - email = config.network.dns.email; + defaults.email = config.network.dns.email; acceptTerms = true; }; }