No tracing

This commit is contained in:
2021-12-13 11:05:12 -08:00
parent fa75fc9031
commit 2503b640c9
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -122,7 +122,8 @@ in {
config = {
security.acme.certs = mapAttrs (domain: domainOpts: {
email = domainOpts.admin-email;
webroot = cfg.challenge-path;
# IF you won't do it all the time, nginx, you can't do it at all
webroot = mkForce cfg.challenge-path;
extraDomainNames = domainOpts.extra-domains;
}) localDomains;