about summary refs log tree commit diff
path: root/machines/devhell/sigrun.nix
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2019-06-26 10:40:50 +0100
committerdevhell <devhell@mailfresser.de>2019-06-26 10:40:50 +0100
commit0ddc7c08bfa8b15b6d2f90875938edc3db8375b3 (patch)
treed1058f2c7083db96d62ec9e98a2295d899dc4dad /machines/devhell/sigrun.nix
parente3176058d645aabe9190e184cb0a481a48e67b85 (diff)
{machines,modules}: Split out thermald service
Now that my machine landscape also includes AMD, having a blanket
`thermald` service running makes no sense. All Intel-based machines now
have a `thermald` service explicitly enabled instead.
Diffstat (limited to 'machines/devhell/sigrun.nix')
-rw-r--r--machines/devhell/sigrun.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/devhell/sigrun.nix b/machines/devhell/sigrun.nix
index 2cd98c50..a8ff35a9 100644
--- a/machines/devhell/sigrun.nix
+++ b/machines/devhell/sigrun.nix
@@ -91,6 +91,7 @@
       enable = true;
       drivers = [ pkgs.hplipWithPlugin ];
     };
+    thermald.enable = true;
     timesyncd.enable = true;
     resolved.enable = true;
     canto-daemon.enable = true;