nixos: services: matrix: add Facebook bridge

I probably won't actually use it, after test-driving it quickly.

But now that the effort has been expanded, might as well keep it if only
as a future reference.
This commit is contained in:
Bruno BELANYI 2025-08-03 22:28:22 +02:00
parent 619010970b
commit 6d9ed122b0
2 changed files with 147 additions and 0 deletions

View file

@ -30,6 +30,10 @@ let
'';
in
{
imports = [
./bridges.nix
];
options.my.services.matrix = with lib; {
enable = mkEnableOption "Matrix Synapse";