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:
parent
619010970b
commit
6d9ed122b0
2 changed files with 147 additions and 0 deletions
|
|
@ -30,6 +30,10 @@ let
|
|||
'';
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
./bridges.nix
|
||||
];
|
||||
|
||||
options.my.services.matrix = with lib; {
|
||||
enable = mkEnableOption "Matrix Synapse";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue