move jitsi-meet to SP module

This commit is contained in:
Alexander Tomokhov
2023-12-04 15:43:06 +04:00
parent 3f573e3dc3
commit 054d6d9182
7 changed files with 34 additions and 22 deletions

View File

@@ -0,0 +1,9 @@
{
description = "PoC SP module for Jitsi Meet video conferences server";
outputs = { self }: {
nixosModules.default = import ./module.nix;
configPathsNeeded =
builtins.fromJSON (builtins.readFile ./config-paths-needed.json);
};
}