This commit is contained in:
Chris Kruining 2024-07-23 22:00:59 +02:00
parent db512e1f74
commit e01ffa4cec
14 changed files with 14 additions and 32 deletions

View file

@ -30,9 +30,4 @@ in
nixpkgs.hostPlatform = mkDefault "x86_64-linux";
hardware.cpu.intel.updateMicrocode = mkDefault config.hardware.enableRedistributableFirmware;
services = {
power-profiles-deamon-enable = false;
thermald.enable = false;
};
}