This commit is contained in:
Johannes Jöns 2024-08-29 20:29:32 +02:00
parent 87f3f577b1
commit 587bd3d105

View file

@ -36,6 +36,15 @@ in
locations."/_matrix".proxyPass = "http://[::1]:8448";
locations."/_synapse/client".proxyPass = "http://[::1]:8448";
};
"element.missing.ninja" = {
enableACME = true;
forceSSL = true;
root = pkgs.element-web.override {
conf = {
default_server_config = clientConfig;
};
};
};
};
};