Skip to content

Commit

Permalink
chore(hosts): update power-management services
Browse files Browse the repository at this point in the history
  • Loading branch information
raexera committed Nov 26, 2024
1 parent 357de14 commit 80e1056
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions hosts/yuki/power-management.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
extraModulePackages = with config.boot.kernelPackages; [acpi_call];
};

environment.systemPackages = with config.boot.kernelPackages; [cpupower];

powerManagement = {
powertop.enable = true;
};
Expand Down

0 comments on commit 80e1056

Please sign in to comment.