cli: rename clan_flake to test_flake

This commit is contained in:
Jörg Thalheim
2023-09-15 12:31:18 +02:00
parent 54ac8b6269
commit 87f0b090ef
12 changed files with 74 additions and 56 deletions

View File

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