diff --git a/systems/mars/config/hardware.nix b/systems/mars/config/hardware.nix index 56ed5d9..41a7808 100755 --- a/systems/mars/config/hardware.nix +++ b/systems/mars/config/hardware.nix @@ -15,25 +15,4 @@ ledger.enable = true; cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; }; - - services.power-profiles-daemon.enable = false; - - powerManagement.cpuFreqGovernor = "performance"; - - boot.kernelParams = [ "amd_pstate=active" ]; - - environment.systemPackages = with pkgs; [ - lm_sensors - htop - ]; - - services.auto-cpufreq = { - enable = true; - settings = { - charger = { - governor = "performance"; - turbo = "auto"; - }; - }; - }; }