Files
service-aware-frontend/pkgs/clan-cli/tests/machine_flake/clanModules/machine1.nix
2023-08-26 08:46:53 +02:00

8 lines
166 B
Nix

{ lib, ... }: {
options.clan.jitsi.enable = lib.mkOption {
type = lib.types.bool;
default = false;
description = "Enable jitsi on this machine";
};
}