summary refs log tree commit diff
path: root/nixos/modules/config/power-management.nix
diff options
context:
space:
mode:
authorambrop7@gmail.com <Ambroz Bizjak>2014-03-15 12:17:00 +0100
committerambrop7@gmail.com <Ambroz Bizjak>2014-03-15 12:17:00 +0100
commit49768ca8ffbdb9796763e4cbc85291cf0270a1c8 (patch)
treeafd087fb4445eef3de4855b0dacb8511eb94f22b /nixos/modules/config/power-management.nix
parentec0116f99d47f3ae08b843b6a48eb2973c4b0ca1 (diff)
downloadnixpkgs-49768ca8ffbdb9796763e4cbc85291cf0270a1c8.tar
nixpkgs-49768ca8ffbdb9796763e4cbc85291cf0270a1c8.tar.gz
nixpkgs-49768ca8ffbdb9796763e4cbc85291cf0270a1c8.tar.bz2
nixpkgs-49768ca8ffbdb9796763e4cbc85291cf0270a1c8.tar.lz
nixpkgs-49768ca8ffbdb9796763e4cbc85291cf0270a1c8.tar.xz
nixpkgs-49768ca8ffbdb9796763e4cbc85291cf0270a1c8.tar.zst
nixpkgs-49768ca8ffbdb9796763e4cbc85291cf0270a1c8.zip
power-management: Don't enable acpid.
Running acpid along with systemd will cause double handling of acpi events.
Diffstat (limited to 'nixos/modules/config/power-management.nix')
-rw-r--r--nixos/modules/config/power-management.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/nixos/modules/config/power-management.nix b/nixos/modules/config/power-management.nix
index 7299136235e..c80b1ec3ddc 100644
--- a/nixos/modules/config/power-management.nix
+++ b/nixos/modules/config/power-management.nix
@@ -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"