lifebook: set suspend-then-hibernate with delaytime 1h
This commit is contained in:
@@ -43,8 +43,8 @@
|
||||
zramSwap.enable = true;
|
||||
|
||||
powerManagement = {
|
||||
powerDownCommands = "rmmod intel_lpss_pci";
|
||||
resumeCommands = "modprobe intel_lpss_pci";
|
||||
powerDownCommands = "${pkgs.kmod}/bin/rmmod intel_lpss_pci";
|
||||
resumeCommands = "${pkgs.kmod}/bin/modprobe intel_lpss_pci";
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user