rm service.powertop

This commit is contained in:
Motiejus Jakštys 2024-03-02 15:45:56 +02:00
parent 2a87738bf3
commit 5397487905
1 changed files with 1 additions and 4 deletions

View File

@ -44,10 +44,7 @@ in {
};
};
powerManagement = {
cpuFreqGovernor = "powersave";
powertop.enable = true;
};
powerManagement.cpuFreqGovernor = "powersave";
hardware.cpu.intel.updateMicrocode = true;
nixpkgs.hostPlatform = "x86_64-linux";