feat: use suspend-then-hibernate on power-button and idle timeout

main
mandlm 2022-06-27 18:42:44 +02:00
parent a6bd46ab49
commit edbbd3ca1b
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 3 additions and 3 deletions

View File

@ -25,10 +25,10 @@
}; };
services.logind = { services.logind = {
lidSwitch = "suspend"; lidSwitch = "lock";
lidSwitchExternalPower = "ignore";
extraConfig = '' extraConfig = ''
HandlePowerKey=suspend HandlePowerKey=suspend-then-hibernate
IdleAction=suspend-then-hibernate
''; '';
}; };