nixos-config/modules/system/services/server/social/matrix/default.nix

10 lines
91 B
Nix
Raw Normal View History

2024-10-09 03:36:08 -04:00
{ ... }:
{
imports = [
2024-12-29 09:47:44 -05:00
./coturn
./element
2024-12-29 09:47:44 -05:00
./slidingsync
./synapse
];
}