fix: issues that make it so flake check won't complete

This commit is contained in:
Ahwx 2024-10-18 11:40:09 +02:00
parent 451188b599
commit 57245a24e6
2 changed files with 15 additions and 3 deletions

View file

@ -5,5 +5,11 @@
./../../modules/core
];
nixpkgs.config.permittedInsecurePackages = [
"jitsi-meet-1.0.8043"
"olm-3.2.16"
];
powerManagement.cpuFreqGovernor = "performance";
}
}