tracking sealight-synapse (lituus) from here now

This commit is contained in:
Anish Lakhwara
2022-10-01 18:03:45 +10:00
parent da451faf78
commit 22b190b610
7 changed files with 108 additions and 12 deletions
+8 -8
View File
@@ -60,7 +60,7 @@
services.coturn = {
enable = true;
use-auth-secret = true;
static-auth-secret = "jXW1ohIq6wM3NB00xeME3uBihY85xjpkhGoyzBIdwhOpj7gjyxXZu1fwp1lUiYwJ";
static-auth-secret = "jXW1ohIq6wM3NB00xeME3uBihY85xjpkhGoyzBIdwhOpj7gjyxXZu1fwp1lUiYwJ"; # TODO agenix
realm = "turn.sealight.xyz";
min-port = 49111;
max-port = 51111;
@@ -254,13 +254,13 @@
};
};
# services.heisenbridge = {
# enable = true;
# homeserver = "https://sealight.xyz";
# listenPort = 14456;
# appServiceToken = "wyujLh8kjpmk2bfKeEE3sZ2gWOEUBKK5";
# homeserverToken = "yEHs7lthD2ZHUibJOAv1APaFhEjxN5PT";
# };
services.sealight.heisenbridge = {
enable = true;
homeserver = "https://sealight.xyz";
listenPort = 14456;
appServiceToken = "wyujLh8kjpmk2bfKeEE3sZ2gWOEUBKK5";
homeserverToken = "yEHs7lthD2ZHUibJOAv1APaFhEjxN5PT";
};
# environment.systemPackages = with pkgs; [ matrix-appservice-slack ];