From 04e8dbe3199834ba87aba7f1efd1d44e5e52f110 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 1 Jan 2025 20:56:29 +0000 Subject: [PATCH] Add throttled service --- nix/hosts/t490/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/hosts/t490/configuration.nix b/nix/hosts/t490/configuration.nix index abb8c26..399816b 100644 --- a/nix/hosts/t490/configuration.nix +++ b/nix/hosts/t490/configuration.nix @@ -25,6 +25,7 @@ }; }; + services.throttled.enable = true; services.thermald.enable = true; services.power-profiles-daemon.enable = false;