move jitsi-meet to SP module

This commit is contained in:
Alexander Tomokhov
2023-12-04 15:43:06 +04:00
parent 3f573e3dc3
commit 054d6d9182
7 changed files with 34 additions and 22 deletions

View File

@@ -125,12 +125,6 @@ with lib;
type = types.nullOr types.str;
};
};
jitsi = {
enable = mkOption {
default = false;
type = types.nullOr types.bool;
};
};
#########
# SSH #
#########