This commit is contained in:
andromeda
2026-01-13 10:55:24 +01:00
parent b754a3d53f
commit c0e92a4ef3

View File

@@ -28,7 +28,6 @@ in {
locations."= /.well-known/matrix/server".extraConfig = mkWellKnown serverConfig;
locations."= /.well-known/matrix/client".extraConfig = mkWellKnown clientConfig;
};
};
"${fqdn}" = {
enableACME = true;
forceSSL = true;
@@ -39,6 +38,7 @@ in {
locations."/_synapse/client".proxyPass = "http://[::1]:8008";
};
};
};
services.matrix-synapse = {
enable = true;
settings.server_name = config.networking.domain;