Skip to content

Commit

Permalink
sliding-sync: make enableAcme lib.mkDefault to match synapse
Browse files Browse the repository at this point in the history
  • Loading branch information
dali99 committed Jun 1, 2024
1 parent 61b366f commit d7dc42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sliding-sync/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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}";
Expand Down

0 comments on commit d7dc42c

Please sign in to comment.