Add eirene tlp config

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-07-02 20:31:14 +03:00
parent 498bc26252
commit a960df740b

View File

@@ -39,8 +39,17 @@
services = {
xserver.videoDrivers = [ "nvidia" ];
tlp.enable = true;
fstrim.enable = true;
tlp = {
enable = true;
settings = {
DISK_DEVICES = "nvme0n1 nvme1n1";
CPU_SCALING_GOVERNOR_ON_AC = "performance";
CPU_SCALING_GOVERNOR_ON_BAT = "powersave";
CPU_ENERGY_PERF_POLICY_ON_AC = "performance";
CPU_ENERGY_PERF_POLICY_ON_BAT = "power";
};
};
};
boot = {