powersaving options
This commit is contained in:
parent
a40d7f3b98
commit
d6ea3790f4
3 changed files with 22 additions and 11 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue