1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Remove auto-cpufreq

This commit is contained in:
RGBCube 2024-05-09 23:00:03 +03:00
parent 0c5398e604
commit 46ac925132
No known key found for this signature in database

View file

@ -1,5 +0,0 @@
{ lib, ... }: with lib;
systemConfiguration {
services.auto-cpufreq = enabled;
}