chore: temporary comment out powertop

This commit is contained in:
Ahwx 2024-11-14 00:43:21 +01:00
parent 892d07a4bc
commit e5b6b88e3d

View file

@ -21,7 +21,7 @@ in {
networking.networkmanager.enable = true;
environment.systemPackages = with pkgs; [
powertop
# powertop
];
boot = {
kernelModules = ["acpi_call"];
@ -42,7 +42,7 @@ in {
criticalPowerAction = "Hibernate";
};
};
powerManagement.powertop.enable = true;
# powerManagement.powertop.enable = true;
};
}