about summary refs log tree commit diff
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2021-09-25 14:58:58 +0100
committerdevhell <devhell@mailfresser.de>2021-09-25 14:58:58 +0100
commite7bfb03be7020b55e36768d30d457bf925543fd5 (patch)
treecd687098c8ccd7342b3bf4044bae62c5c3a11d11
parent007e98153a54a71f761dbbb80f8a3f14b033901e (diff)
machines/herja: Remove thermald
I didn't notice this at first, but `thermald` only really works for
Intel CPUs. This is an AMD machine, and the daemon can't find anything
to work with, so there's no point in keeping it enabled here.
-rw-r--r--machines/devhell/herja.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/machines/devhell/herja.nix b/machines/devhell/herja.nix
index 878f68d9..d62057c5 100644
--- a/machines/devhell/herja.nix
+++ b/machines/devhell/herja.nix
@@ -104,7 +104,6 @@
   vuizvui.user.devhell.profiles.services.enable = true;
 
   services = {
-    thermald.enable = true;
     gnome.gnome-keyring.enable = true;
     printing = {
       enable = true;