22
0
mirror of https://github.com/SuperSandro2000/nixos-modules.git synced 2024-06-10 02:04:06 +02:00

matrix: easier enableACME overwriting

This commit is contained in:
Sandro - 2023-04-01 01:37:11 +02:00
parent a27d931cf6
commit 70a9444451
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -63,7 +63,7 @@ in
enable = true;
virtualHosts."${cfge.domain}" = {
forceSSL = true;
enableACME = true;
enableACME = lib.mkDefault true;
root = (cfge.package.override {
conf = with config.services.matrix-synapse.settings; {
default_server_config."m.homeserver" = {