mirror of
https://github.com/RGBCube/superfreq
synced 2025-07-28 09:27:44 +00:00
nix: fix module assertion
This commit is contained in:
parent
a7cb492b34
commit
8229d7d1fd
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ in {
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
assertion = !config.programs.auto-cpufreq.enable;
|
assertion = !config.services.auto-cpufreq.enable;
|
||||||
message = ''
|
message = ''
|
||||||
You have set programs.auto-cpufreq.enable = true;
|
You have set programs.auto-cpufreq.enable = true;
|
||||||
which conflicts with Superfreq.
|
which conflicts with Superfreq.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue