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