We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61b366f commit d7dc42cCopy full SHA for d7dc42c
sliding-sync/default.nix
@@ -107,7 +107,7 @@ in
107
};
108
109
services.nginx.virtualHosts.${cfg.publicBaseUrl} = lib.mkIf cfg.enableNginx {
110
- enableACME = true;
+ enableACME = lib.mkDefault true;
111
forceSSL = true;
112
locations."/" = {
113
proxyPass = lib.replaceStrings [ "0.0.0.0" "::" ] [ "127.0.0.1" "::1" ] "http://${cfg.settings.SYNCV3_BINDADDR}";
0 commit comments