3
0
Fork 0
forked from mirrors/nixpkgs

thermald needs dbus config files to run

This commit is contained in:
Evgeny Egorochkin 2014-11-06 15:18:56 +02:00
parent e3ec452b1f
commit 85d23f5292

View file

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