feat(adrastea): use better power governor setting

This commit is contained in:
Youwen Wu 2024-10-13 18:50:09 -07:00
parent 083ac219f7
commit 542e47c978
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -55,7 +55,10 @@
services.tlp.enable = true; services.tlp.enable = true;
powerManagement.powerDownCommands = "pidof hyprlock || ${pkgs.hyprlock}/bin/hyprlock"; powerManagement = {
powerDownCommands = "pidof hyprlock || ${pkgs.hyprlock}/bin/hyprlock";
cpuFreqGovernor = "performance";
};
networking.hostName = "adrastea"; # Define your hostname. networking.hostName = "adrastea"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.