nixbld: disable jitsi

Jitsi is bloated and overly complex, and the NixOS package is too limited.
https://discourse.nixos.org/t/setting-up-authentication-on-a-jitsi-server/17549
force-ssl-main-website
Sebastien Bourdeauducq 2022-07-25 18:33:37 +08:00
parent 66d7dd6efe
commit 80ee7911cd
2 changed files with 1 additions and 12 deletions

View File

@ -748,10 +748,6 @@ in
include /var/www/flarum/.nginx.conf; include /var/www/flarum/.nginx.conf;
''; '';
}; };
"call.m-labs.hk" = {
forceSSL = true;
enableACME = true;
};
"perso.m-labs.hk" = { "perso.m-labs.hk" = {
addSSL = true; addSSL = true;
enableACME = true; enableACME = true;
@ -825,12 +821,6 @@ in
}; };
}; };
services.jitsi-meet = {
enable = true;
hostName = "call.m-labs.hk";
};
services.jitsi-videobridge.openFirewall = true;
services.rt = { services.rt = {
enable = true; enable = true;
package = pkgs.rt.overrideAttrs(oa: { package = pkgs.rt.overrideAttrs(oa: {

View File

@ -1,7 +1,7 @@
$TTL 7200 $TTL 7200
@ SOA 42-200-147-171.static.imsbiz.com. sb.m-labs.hk. ( @ SOA 42-200-147-171.static.imsbiz.com. sb.m-labs.hk. (
2022063004 2022072501
7200 7200
3600 3600
86400 86400
@ -22,7 +22,6 @@ mail CNAME @
lab CNAME @ lab CNAME @
www CNAME @ www CNAME @
nixbld CNAME @ nixbld CNAME @
call CNAME @
conda CNAME @ conda CNAME @
git CNAME @ git CNAME @
chat CNAME @ chat CNAME @