fix: Allow JitsiMeet to build
This commit is contained in:
@@ -20,6 +20,9 @@ in
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"jitsi-meet-1.0.7952"
|
||||
];
|
||||
services.jitsi-meet = {
|
||||
enable = true;
|
||||
hostName = "${cfg.subdomain}.${domain}";
|
||||
|
Reference in New Issue
Block a user