nix/nixos/common/services/powertop.nix
2023-08-24 11:31:40 +09:00

5 lines
173 B
Nix

{
powerManagement.powertop.enable = true;
systemd.services.powertop.serviceConfig.Restart = "on-failure";
systemd.services.powertop.serviceConfig.RestartSec = "2s";
}