mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Add Jitsi
This commit is contained in:
parent
8404e17a2f
commit
2b5fd87422
3 changed files with 17 additions and 0 deletions
8
modules/jitsi.nix
Normal file
8
modules/jitsi.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, lib, config, ... }:
|
||||
{
|
||||
services.jitsi-meet = {
|
||||
enable = true;
|
||||
hostName = "jitsi.froidmont.org";
|
||||
};
|
||||
services.jitsi-videobridge.openFirewall = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue