mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
feat(adrastea): use better power governor setting
This commit is contained in:
parent
083ac219f7
commit
542e47c978
1 changed files with 4 additions and 1 deletions
|
@ -55,7 +55,10 @@
|
|||
|
||||
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.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
|
|
Loading…
Reference in a new issue