use internal matrix homeserver address
This commit is contained in:
parent
661bcf90a4
commit
15026785ce
4 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@
|
|||
environmentFile = pkgs.emptyFile;
|
||||
settings = {
|
||||
homeserver = {
|
||||
address = "https://matrix.chir.rs";
|
||||
address = "https://matrix.int.chir.rs";
|
||||
domain = "chir.rs";
|
||||
async_media = true;
|
||||
};
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
environmentFile = pkgs.emptyFile;
|
||||
settings = {
|
||||
homeserver = {
|
||||
address = "https://matrix.chir.rs";
|
||||
address = "https://matrix.int.chir.rs";
|
||||
domain = "chir.rs";
|
||||
http_retry_count = 1000;
|
||||
async_media = true;
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
environmentFile = config.sops.secrets."services/mautrix/telegram".path;
|
||||
settings = {
|
||||
homeserver = {
|
||||
address = "https://matrix.chir.rs";
|
||||
address = "https://matrix.int.chir.rs";
|
||||
domain = "chir.rs";
|
||||
http_retry_count = 1000;
|
||||
async_media = true;
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
environmentFile = pkgs.emptyFile;
|
||||
settings = {
|
||||
homeserver = {
|
||||
address = "https://matrix.chir.rs";
|
||||
address = "https://matrix.int.chir.rs";
|
||||
domain = "chir.rs";
|
||||
async_media = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue