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

@@ -22,9 +22,6 @@ jsonData: { lib, ... }:
enable = lib.attrsets.attrByPath [ "gitea" "enable" ] false jsonData;
location = lib.attrsets.attrByPath [ "gitea" "location" ] "sda1" jsonData;
};
jitsi = {
enable = lib.attrsets.attrByPath [ "jitsi" "enable" ] false jsonData;
};
ssh = {
enable = lib.attrsets.attrByPath [ "ssh" "enable" ] true jsonData;
rootKeys = lib.attrsets.attrByPath [ "ssh" "rootKeys" ] [ "" ] jsonData;