11 lines
121 B
Nix
11 lines
121 B
Nix
{
|
|
tools,
|
|
...
|
|
}:
|
|
let
|
|
hostname = tools.build_hostname "matrix";
|
|
in
|
|
{
|
|
"restrictBaseUrl" = "https://${hostname}/";
|
|
}
|