From 1e8d26bc6e4f054c69cea71274ae87c7583f31c4 Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Sat, 9 May 2026 22:21:53 +0300 Subject: [PATCH] set useAcmehost to null --- tide.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tide.nix b/tide.nix index da5fd4e..80f5fdd 100644 --- a/tide.nix +++ b/tide.nix @@ -11,7 +11,7 @@ # Reuse the wildcard cert already issued for *.${domainName} # in configuration.nix instead of requesting a new one per # subdomain. - nginx.useACMEHost = domainName; + nginx.useACMEHost = null; }; # Don't fail evaluation when secrets/tide.yaml is missing (e.g.