fix: don't force enableACME to allow useACMEHost

This commit is contained in:
lon 2023-05-27 10:43:48 +02:00 committed by Daniel Løvbrøtte Olsen
parent c158a35ea2
commit bf997073d9
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ in
};
services.nginx.virtualHosts."${cfg.public_baseurl}" = {
enableACME = true;
enableACME = lib.mkDefault true;
forceSSL = true;
locations."/_matrix" = {
proxyPass = "http://$synapse_backend";