Files
service-aware-frontend/pkgs/clan-cli/tests/test_flake/nixosModules/machine1.nix
2023-09-15 12:36:16 +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";
};
}