5 lines
173 B
Nix
5 lines
173 B
Nix
{
|
|
powerManagement.powertop.enable = true;
|
|
systemd.services.powertop.serviceConfig.Restart = "on-failure";
|
|
systemd.services.powertop.serviceConfig.RestartSec = "2s";
|
|
}
|