forked from mirrors/nixpkgs
thermald needs dbus config files to run
This commit is contained in:
parent
e3ec452b1f
commit
85d23f5292
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue