diff --git a/lib/fudo/jabber.nix b/lib/fudo/jabber.nix index 50e4c64..36ba3d3 100644 --- a/lib/fudo/jabber.nix +++ b/lib/fudo/jabber.nix @@ -205,7 +205,7 @@ in { in { acme.host-domains.${hostname} = mapAttrs (site: siteCfg: mkIf siteCfg.enableACME { - extra-domains = optional (site != host-fqdn) [ host-fqdn ]; + extra-domains = optional (site != host-fqdn) (trace host-fqdn host-fqdn); local-copies.ejabberd = { user = cfg.user; group = cfg.group;