refactor and add jitsi

This commit is contained in:
Ranomier 2025-04-17 22:48:09 +02:00
parent ae7517e994
commit 7f094b80c5
4 changed files with 72 additions and 48 deletions

View file

@ -0,0 +1,6 @@
{
lib,
...
}: {
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
}