From 1cf956f37b353a1ac15d9a3f0d116427ead56473 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 26 Jan 2026 02:04:03 +0900 Subject: [PATCH] skrott: disable thermald --- hosts/skrott/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/skrott/configuration.nix b/hosts/skrott/configuration.nix index 7ff9aa9..ddc4996 100644 --- a/hosts/skrott/configuration.nix +++ b/hosts/skrott/configuration.nix @@ -23,6 +23,7 @@ services.postfix.enable = lib.mkForce false; services.smartd.enable = lib.mkForce false; services.udisks2.enable = lib.mkForce false; + services.thermald.enable = lib.mkForce false; boot.supportedFilesystems.zfs = lib.mkForce false; # TODO: can we reduce further?