sliding-sync: make enableAcme lib.mkDefault to match synapse

master v0.6.0
Daniel Lovbrotte Olsen 2024-06-01 11:39:05 +02:00
parent 61b366f5f6
commit d7dc42c9bb
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ in
};
services.nginx.virtualHosts.${cfg.publicBaseUrl} = lib.mkIf cfg.enableNginx {
enableACME = true;
enableACME = lib.mkDefault true;
forceSSL = true;
locations."/" = {
proxyPass = lib.replaceStrings [ "0.0.0.0" "::" ] [ "127.0.0.1" "::1" ] "http://${cfg.settings.SYNCV3_BINDADDR}";