telegram?

This commit is contained in:
Till 2026-03-07 16:47:03 +01:00
parent 3dab1d7d12
commit bc44678dac
2 changed files with 10 additions and 0 deletions

View file

@ -17,6 +17,9 @@ let
in in
{ {
imports = [
./mautrix.nix
];
services.matrix-synapse = { services.matrix-synapse = {
enable = true; enable = true;

View file

@ -0,0 +1,7 @@
{ ... }:
{
services.mautrix-telegram = {
enable = true;
};
}