about summary refs log tree commit diff
path: root/machines/devhell/eir.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/eir.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/eir.nix')
-rw-r--r--machines/devhell/eir.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/devhell/eir.nix b/machines/devhell/eir.nix
index e5e0ccbc..7e4bc2a2 100644
--- a/machines/devhell/eir.nix
+++ b/machines/devhell/eir.nix
@@ -83,6 +83,7 @@
   vuizvui.user.devhell.profiles.services.enable = true;
 
   services = {
+    thermald = true;
     tftpd.enable = false;
     gnome3.gnome-keyring.enable = true;
     printing = {