From 85d23f52928be37039d2d5a9cf735f5f46092ba4 Mon Sep 17 00:00:00 2001 From: Evgeny Egorochkin Date: Thu, 6 Nov 2014 15:18:56 +0200 Subject: thermald needs dbus config files to run --- nixos/modules/services/hardware/thermald.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixos') diff --git a/nixos/modules/services/hardware/thermald.nix b/nixos/modules/services/hardware/thermald.nix index 5233794a20cc..88c3f99aed4e 100644 --- a/nixos/modules/services/hardware/thermald.nix +++ b/nixos/modules/services/hardware/thermald.nix @@ -19,6 +19,8 @@ in { ###### implementation config = mkIf cfg.enable { + services.dbus.packages = [ pkgs.thermald ]; + systemd.services.thermald = { description = "Thermal Daemon Service"; wantedBy = [ "multi-user.target" ]; -- cgit 1.4.1