Skip to content

Commit d7dc42c

Browse files
committed
sliding-sync: make enableAcme lib.mkDefault to match synapse
1 parent 61b366f commit d7dc42c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sliding-sync/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ in
107107
};
108108

109109
services.nginx.virtualHosts.${cfg.publicBaseUrl} = lib.mkIf cfg.enableNginx {
110-
enableACME = true;
110+
enableACME = lib.mkDefault true;
111111
forceSSL = true;
112112
locations."/" = {
113113
proxyPass = lib.replaceStrings [ "0.0.0.0" "::" ] [ "127.0.0.1" "::1" ] "http://${cfg.settings.SYNCV3_BINDADDR}";

0 commit comments

Comments
 (0)