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
|
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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue