From 02a57572ab2a3b29f2a24114fdc5a4c66603fa43 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Tue, 18 Jun 2024 21:54:22 +0800 Subject: [PATCH] hosts/ni/hardware/qol: remove auto-cpufreq conflict --- configs/nixos/ni/modules/hardware/qol.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/configs/nixos/ni/modules/hardware/qol.nix b/configs/nixos/ni/modules/hardware/qol.nix index 01b3a4aa..2ec852f1 100644 --- a/configs/nixos/ni/modules/hardware/qol.nix +++ b/configs/nixos/ni/modules/hardware/qol.nix @@ -24,9 +24,6 @@ in ]; }; - # Make your CPU more useful. - services.auto-cpufreq.enable = true; - # Extend the life of an SSD. services.fstrim.enable = true; };