packages: shadow jitsi-meet with jitsi-meet-insecure

This commit is contained in:
Max Headroom 2024-11-09 15:15:02 +01:00
parent 3cbb9c5d55
commit 05b584c748

View file

@ -9,7 +9,9 @@
options.shadows = lib.mkOption { options.shadows = lib.mkOption {
type = with lib.types; lazyAttrsOf package; type = with lib.types; lazyAttrsOf package;
default = { }; default = {
jitsi-meet = self'.packages.jitsi-meet-insecure;
};
}; };
}; };
} }