generated from Luis/nextjs-python-web-template
8 lines
166 B
Nix
8 lines
166 B
Nix
{ lib, ... }: {
|
|
options.clan.jitsi.enable = lib.mkOption {
|
|
type = lib.types.bool;
|
|
default = false;
|
|
description = "Enable jitsi on this machine";
|
|
};
|
|
}
|