fix(services/synapse): fix undefined variable
Some checks failed
Nix CI / build (push) Has been cancelled

This commit is contained in:
Rustam Efimov 2026-04-14 22:00:26 +03:00
parent e77bc1e641
commit 9bcd40f180
No known key found for this signature in database

View file

@ -2,7 +2,7 @@
let let
cfg = config.machine.synapse; cfg = config.machine.synapse;
clientConfig."m.homeserver".base_url = baseUrl; clientConfig."m.homeserver".base_url = "https://${cfg.domain}";
serverConfig."m.server" = "${cfg.domain}:443"; serverConfig."m.server" = "${cfg.domain}:443";
mkWellKnown = data: '' mkWellKnown = data: ''
default_type application/json; default_type application/json;