From 8043750c24ed43c970e9482aab7983ea6b5966b4 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Wed, 27 Mar 2024 22:17:39 +0000 Subject: [PATCH] auto cpufreq isn't needed with GNOME --- machines/talos/configuration.nix | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/machines/talos/configuration.nix b/machines/talos/configuration.nix index cd9e8c9..269c44a 100644 --- a/machines/talos/configuration.nix +++ b/machines/talos/configuration.nix @@ -35,16 +35,5 @@ }; services.tailscale.enable = true; - - services.auto-cpufreq.enable = true; - services.auto-cpufreq.settings = { - battery = { - governor = "powersave"; - turbo = "never"; - }; - charger = { - governor = "performance"; - turbo = "auto"; - }; - }; + services.fstrim.enable = true; } \ No newline at end of file