home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 5c6e5bc0742c7bd26df7ed0f03a2ebe43469a6fc
parent b27df0d1d075662842632599fef2552274eeb46b
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon,  1 Jul 2024 11:41:46 +0200

Removing services.auto-cupfreq.enable.

> You have set services.power-profiles-daemon.enable = true;
> which conflicts with services.auto-cpufreq.enable = true;

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/modules/hardware/laptop.nix | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/systems/modules/hardware/laptop.nix b/systems/modules/hardware/laptop.nix @@ -40,7 +40,6 @@ in # Graphical interface, we can add additionnal packages # Enable setting power-profiles trough DBus services.power-profiles-daemon.enable = true; - services.auto-cpufreq.enable = true; }) ]); }