mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: temporary comment out powertop
This commit is contained in:
parent
892d07a4bc
commit
e5b6b88e3d
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue