thinker: use tlp
This commit is contained in:
parent
038badd1a9
commit
3a3406c796
1 changed files with 14 additions and 10 deletions
|
@ -48,6 +48,10 @@
|
|||
kernelParams = ["boot.shell_on_fail" "resume_offset=22816000"];
|
||||
initrd.availableKernelModules = ["xhci_pci" "nvme" "ahci"];
|
||||
};
|
||||
services.tlp = {
|
||||
enable = true;
|
||||
};
|
||||
services.power-profiles-daemon.enable = false;
|
||||
hardware.bluetooth.enable = true;
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
||||
services.printing.enable = true; # I own a printer in the year of our Lord 2023
|
||||
|
@ -80,16 +84,16 @@
|
|||
# findmnt -no UUID -T /swap/swapfile
|
||||
boot.resumeDevice = "/dev/disk/by-uuid/aacd6814-a5a2-457a-bf65-8d970cb1f03d";
|
||||
|
||||
services.logind = {
|
||||
lidSwitch = "suspend-then-hibernate";
|
||||
extraConfig = ''
|
||||
HandlePowerKey=suspend-then-hibernate
|
||||
IdleAction=suspend-then-hibernate
|
||||
IdleActionSec=10m
|
||||
HandleLidSwitchDocked=ignore
|
||||
'';
|
||||
};
|
||||
systemd.sleep.extraConfig = "HibernateDelaySec=30m";
|
||||
# services.logind = {
|
||||
# lidSwitch = "suspend-then-hibernate";
|
||||
# extraConfig = ''
|
||||
# HandlePowerKey=suspend-then-hibernate
|
||||
# IdleAction=suspend-then-hibernate
|
||||
# IdleActionSec=10m
|
||||
# HandleLidSwitchDocked=ignore
|
||||
# '';
|
||||
# };
|
||||
# systemd.sleep.extraConfig = "HibernateDelaySec=30m";
|
||||
|
||||
networking = {
|
||||
firewall = {
|
||||
|
|
Loading…
Reference in a new issue