Skip to content
This repository was archived by the owner on Jun 13, 2022. It is now read-only.

Files

Latest commit

4277adc · Jan 17, 2022

History

History

modules

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 20, 2021
Jun 21, 2020
Oct 13, 2020
Dec 27, 2021
Dec 27, 2021
Jan 17, 2022
Apr 3, 2021
Dec 27, 2021
Dec 27, 2021
Sep 20, 2021
Sep 20, 2021
Dec 27, 2021
Apr 3, 2021
Aug 31, 2020
Dec 27, 2021
Dec 27, 2021
Apr 3, 2021
Aug 31, 2020
Dec 27, 2021
Dec 27, 2021
Dec 27, 2021
Sep 20, 2021

NixOS modules

These are the BigBlueButton NixOS modules. Since they partly depend on helsinki modules, we provide some of them (and stubs) in the helsinki/ directory. Since you're probably not using helsinki, you probably need something like:

{
  imports = [
    "${path/to/bbb4nix}/modules"
    "${path/to/bbb4nix}/modules/helsinki"
  ];

lib.nix contains some library functions we share across modules.

Every BigBlueButton component (and also stuff that's not in nixpkgs 20.03) has its own module. There is also the simple module (simple.nix) which configures the modules for running a BigBlueButton instance on a single host.