This commit is contained in:
parent
e5791f5c7e
commit
51b91cbf2b
4 changed files with 48 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue