From 9c77c9c72d11fb07a855c134993f5343ee3b3102 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Tue, 13 Jun 2023 12:11:37 -0700 Subject: [PATCH] updated nginx ssl --- modules/onlyoffice.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/onlyoffice.nix b/modules/onlyoffice.nix index 970b9e6..1a1cee5 100644 --- a/modules/onlyoffice.nix +++ b/modules/onlyoffice.nix @@ -14,10 +14,10 @@ let security.acme = { acceptTerms = true; - defaults.email = "cert+${caddy_email_for_zerossl}"; + defaults.email = "cert+${personalization.caddy_email_for_zerossl}"; certs."${personalization.onlyoffice_url}" = { webroot = "/var/lib/acme/challenges-com"; - email = "cert+${caddy_email_for_zerossl}"; + email = "cert+${personalization.caddy_email_for_zerossl}"; group = "nginx"; extraDomainNames = [ "www.${personalization.onlyoffice_url}" ]; };