Price Hiller
61671baedc
TODO: Modify `orion`'s filesystem file to be accurate to the laptop, not a VM
8 lines
124 B
Nix
8 lines
124 B
Nix
{ ... }:
|
|
|
|
{
|
|
powerManagement.enable = true;
|
|
powerManagement.powertop.enable = true;
|
|
services.thermald.enable = true;
|
|
}
|