clan-config: use pinned nixpkgs + fix test flake

This commit is contained in:
DavHau
2023-08-26 23:33:06 +02:00
parent 97d8d128b6
commit b55ceec40c
3 changed files with 5 additions and 5 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";
};
}