power-management: Don't enable acpid.

Running acpid along with systemd will cause double handling of acpi events.
This commit is contained in:
ambrop7@gmail.com 2014-03-15 12:17:00 +01:00
parent ec0116f99d
commit 49768ca8ff

View file

@ -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"