bphenriques / dotfiles

dotfiles using Nix
MIT License
8 stars 0 forks source link

Figure out best power profile #52

Open bphenriques opened 2 weeks ago

bphenriques commented 2 weeks ago
    services.auto-epp = {
      enable = lib.mkDefault false;
      settings.Settings.epp_state_for_BAT = "power";
      settings.Settings.epp_state_for_AC = "balance_performance";
    };

    services.power-profiles-daemon.enable = lib.mkDefault false;

One or another. Needs testing

bphenriques commented 2 weeks ago

Power profile: https://git.belanyi.fr/ambroisie/nix-config/src/branch/main/modules/nixos/services/tlp/default.nix

bphenriques commented 2 weeks ago

Alerts: https://git.belanyi.fr/ambroisie/nix-config/src/branch/main/modules/nixos/hardware/upower/default.nix