1
Fork 0
mirror of https://github.com/RGBCube/superfreq synced 2025-07-28 01:17:45 +00:00

nix: fix module assertion

This commit is contained in:
Bloxx12 2025-05-14 12:41:36 +02:00
parent a7cb492b34
commit 8229d7d1fd
No known key found for this signature in database

View file

@ -55,7 +55,7 @@ in {
'';
}
{
assertion = !config.programs.auto-cpufreq.enable;
assertion = !config.services.auto-cpufreq.enable;
message = ''
You have set programs.auto-cpufreq.enable = true;
which conflicts with Superfreq.