9 lines
73 B
Nix
9 lines
73 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
imports = [
|
||
|
./coturn
|
||
|
./element
|
||
|
./synapse
|
||
|
];
|
||
|
}
|