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 = { powerManagement.cpuFreqGovernor = "powersave";
cpuFreqGovernor = "powersave";
powertop.enable = true;
};
hardware.cpu.intel.updateMicrocode = true; hardware.cpu.intel.updateMicrocode = true;
nixpkgs.hostPlatform = "x86_64-linux"; nixpkgs.hostPlatform = "x86_64-linux";