Add jitsi-meet (work in progress)
All checks were successful
/ check (push) Successful in 1m36s

This commit is contained in:
Oliver Davies 2025-05-14 08:21:57 +01:00
parent e5791f5c7e
commit 51b91cbf2b
4 changed files with 48 additions and 0 deletions

View file

@ -21,6 +21,11 @@
cli.podman.enable = true;
desktop.dconf.enable = true;
# TODO: why didn't it work when adding this to jitsi.nix?
nixpkgs.config.permittedInsecurePackages = [
"jitsi-meet-1.0.8043"
];
services.logind.lidSwitchExternalPower = "ignore";
boot.loader = {