set useAcmehost to null

This commit is contained in:
Yisroel Baum 2026-05-09 22:21:53 +03:00
parent a4c735ec17
commit 1e8d26bc6e
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -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.