packages: shadow jitsi-meet with jitsi-meet-insecure
This commit is contained in:
parent
3cbb9c5d55
commit
05b584c748
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue