power-management: Don't enable acpid.
Running acpid along with systemd will cause double handling of acpi events.
This commit is contained in:
parent
ec0116f99d
commit
49768ca8ff
@ -65,9 +65,6 @@ in
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
|
||||
# Enable the ACPI daemon. Not sure whether this is essential.
|
||||
services.acpid.enable = true;
|
||||
|
||||
boot.kernelModules =
|
||||
[ "acpi_cpufreq" "powernow-k8" "cpufreq_performance" "cpufreq_powersave" "cpufreq_ondemand"
|
||||
"cpufreq_conservative"
|
||||
|
Loading…
Reference in New Issue
Block a user