hosts: restructure tlp

This commit is contained in:
Kabbone 2023-04-01 10:15:47 +02:00
parent 55869466ee
commit 240732b5e0
Signed by: Kabbone
SSH Key Fingerprint: SHA256:ezolxoMIF3LNo1yc1aGNCvFNUiSZNjUbNhrZohFeKd0

View File

@ -68,7 +68,13 @@
};
services = {
tlp.enable = true; # TLP and auto-cpufreq for power management
tlp = {
enable = true; # TLP and auto-cpufreq for power management
settings = {
USB_DENYLIST="fc32:1287 1e7d:2e4a 1d5c:5500 1d5c:5510";
};
};
logind.lidSwitch = "suspend-then-hibernate"; # Laptop does not go to sleep when lid is closed
#auto-cpufreq.enable = true;
blueman.enable = true;