powersaving options

This commit is contained in:
Reid 2024-05-14 17:59:41 -07:00
parent a40d7f3b98
commit d6ea3790f4
3 changed files with 22 additions and 11 deletions

View file

@ -21,8 +21,14 @@
efi.canTouchEfiVariables = true;
};
# support power features such as suspend to ram
powerManagement.enable = true;
# tune power saving options on boot;
powerManagement.powertop.enable = true;
# thermald proactively prevents overheating on intel CPUs and works well with other tools
services.thermald.enable = true;
# power-profile-daemon for power management
services.power-profiles-daemon.enable = true;
# nvidia driver
services.xserver.videoDrivers = [ "nvidia" ];