fix(services/synapse): fix undefined variable
Some checks failed
Nix CI / build (push) Has been cancelled
Some checks failed
Nix CI / build (push) Has been cancelled
This commit is contained in:
parent
e77bc1e641
commit
9bcd40f180
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
let
|
||||
cfg = config.machine.synapse;
|
||||
|
||||
clientConfig."m.homeserver".base_url = baseUrl;
|
||||
clientConfig."m.homeserver".base_url = "https://${cfg.domain}";
|
||||
serverConfig."m.server" = "${cfg.domain}:443";
|
||||
mkWellKnown = data: ''
|
||||
default_type application/json;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue