telegram?
This commit is contained in:
parent
3dab1d7d12
commit
bc44678dac
2 changed files with 10 additions and 0 deletions
|
|
@ -17,6 +17,9 @@ let
|
|||
in
|
||||
|
||||
{
|
||||
imports = [
|
||||
./mautrix.nix
|
||||
];
|
||||
|
||||
services.matrix-synapse = {
|
||||
enable = true;
|
||||
|
|
|
|||
7
system/matrix-server/mautrix.nix
Normal file
7
system/matrix-server/mautrix.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
services.mautrix-telegram = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue