Integrate coturn module with matrix-synapse
All checks were successful
Check flake / build-amd64-linux (push) Successful in 2m28s

This commit is contained in:
2024-07-08 19:06:06 +01:00
parent 7cb6beeaf1
commit 8e9bdc60f1
4 changed files with 115 additions and 44 deletions

View File

@ -1,4 +1,7 @@
{ config, lib, pkgs, inputs, ... }:
{
lib,
...
}:
{
imports = [
@ -51,7 +54,11 @@
];
repoPath = "ssh://p91y8oh7@p91y8oh7.repo.borgbase.com/./repo";
};
coturn.enable = true;
coturn = {
enable = true;
realm = "turn.vimium.com";
matrixIntegration = true;
};
gitea.enable = true;
headscale.enable = true;
matrix-synapse.enable = true;