stuff i guess
This commit is contained in:
parent
28795e9b3e
commit
9766e1447a
6 changed files with 75 additions and 15 deletions
|
|
@ -7,13 +7,13 @@
|
|||
}:
|
||||
let
|
||||
client = config.services.matrix-continuwuity.settings.global.well_known.client;
|
||||
server_name = config.services.matrix-continuwuity.settings.global.server_name;
|
||||
domain = config.quad.matrix.domain;
|
||||
|
||||
settings = {
|
||||
backfill.enabled = true;
|
||||
|
||||
homeserver = {
|
||||
domain = server_name;
|
||||
inherit domain;
|
||||
address = client;
|
||||
};
|
||||
|
||||
|
|
@ -24,8 +24,8 @@ let
|
|||
};
|
||||
|
||||
bridge.permissions = {
|
||||
"${server_name}" = "user";
|
||||
"@quadradical:${server_name}" = "admin";
|
||||
"${domain}" = "user";
|
||||
"@quadradical:${domain}" = "admin";
|
||||
};
|
||||
};
|
||||
in
|
||||
|
|
@ -66,7 +66,7 @@ in
|
|||
matrix-ooye = {
|
||||
enable = true;
|
||||
homeserver = client;
|
||||
homeserverName = server_name;
|
||||
homeserverName = domain;
|
||||
discordTokenPath = config.age.secrets."discordToken.age".path;
|
||||
discordClientSecretPath = config.age.secrets."discordClientSecret.age".path;
|
||||
socket = "8081";
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
default_server_config = {
|
||||
"m.homeserver" = {
|
||||
"base_url" = config.services.matrix-continuwuity.settings.global.well_known.client;
|
||||
"server_name" = config.services.matrix-continuwuity.settings.global.server_name;
|
||||
"server_name" = config.quad.matrix.domain;
|
||||
};
|
||||
};
|
||||
livekit.livekit_service_url = "https://${domain}/livekit";
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
enable = false; # Blocked on https://forgejo.ellis.link/continuwuation/continuwuity/issues/1098
|
||||
settings =
|
||||
let
|
||||
serverName = config.services.matrix-continuwuity.settings.global.server_name;
|
||||
serverName = config.quad.matrix.domain;
|
||||
homeserverUrl = config.services.matrix-continuwuity.settings.global.well_known.client;
|
||||
in
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue