From 2785a3cf6262541118ae69868a73b50561e4edaa Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 16 Dec 2024 14:16:05 +0100 Subject: [PATCH] enable thermald --- hosts/muos/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/muos/configuration.nix b/hosts/muos/configuration.nix index 65d1b2b..7e91a4a 100644 --- a/hosts/muos/configuration.nix +++ b/hosts/muos/configuration.nix @@ -220,6 +220,7 @@ settings.PasswordAuthentication = false; settings.KbdInteractiveAuthentication = false; }; + thermald.enable = true; tlp.enable = true; xserver = { enable = true;